lynnux / leak-detect-allocator
Memory leak detector for rust
☆15Updated 3 years ago
Alternatives and similar repositories for leak-detect-allocator:
Users that are interested in leak-detect-allocator are comparing it to the libraries listed below
- Local-affinity first NUMA-aware allocator with optional fallback.☆24Updated 3 years ago
- Asynchronously speed-limiting multiple byte streams☆59Updated 5 months ago
- A growable bit-vector for Rust, optimized for size☆40Updated last month
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆68Updated 10 months ago
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆57Updated last year
- A generic, fixed-size, associative cache☆40Updated 4 months ago
- Object Pool LockFree in Rust☆46Updated 2 months ago
- One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.☆42Updated 3 years ago
- Read and write from offsets in Rust.☆77Updated 10 months ago
- A reader-writer lock that provides extremely fast read access without starving writers☆77Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Unsafe marker trait for types that deref to a stable address☆31Updated last year
- cross-platform Rust API for memory mapped IO☆42Updated 11 months ago
- perf-event: a Rust interface to Linux performance monitoring☆111Updated last year
- A lockless mpmc/mpsc to support async base on crossbeam☆48Updated last year
- Arena allocator and a handful of useful data structures☆40Updated 5 years ago
- Macro for dynamically loading windows dll functions☆19Updated last year
- rust bindings of snmalloc☆128Updated last month
- Trying to create Sync bump allocator☆32Updated 4 months ago
- impl fallible collections in rust, quite as describe in RFC 2116☆37Updated 4 months ago
- Rust library for memory barrier☆35Updated 10 months ago
- Code coverage support for Rust `no_std` and embedded programs☆54Updated 5 months ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆33Updated this week
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆51Updated last year
- Rust crate to use process file descriptors (pidfd) for Linux☆46Updated last year
- Non-interleaving multithreaded output queue☆71Updated last month
- A cross-platform and safe Rust API to create and manage memory mappings in the virtual address space of the calling process.☆65Updated last year
- An article explaining the unsoundness I found in owning-ref☆27Updated 3 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆78Updated 3 months ago
- Faster integer division and modulus operations☆87Updated 2 years ago