ennorehling / dlmallocLinks
Doug Lea's memory allocator
☆284Updated 6 years ago
Alternatives and similar repositories for dlmalloc
Users that are interested in dlmalloc are comparing it to the libraries listed below
Sorting:
- Debug Malloc memory allocation debugging C library☆172Updated 3 years ago
- A collection of memory allocators☆466Updated 4 months ago
- ☆351Updated last week
- Minimize lock-free queue ever!☆134Updated 7 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆80Updated 10 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆185Updated 12 years ago
- An EXTREMELY FAST portable thread caching malloc implementation written in C for multiple threads without lock contention based on dlmall…☆415Updated 6 years ago
- Suite for benchmarking malloc implementations.☆472Updated 2 weeks ago
- C11 Lock-free Stack☆184Updated last year
- A wait-free multi-producer-single-consumer queue in C11 atomics☆235Updated 4 years ago
- Lock-free ring buffer (MPSC)☆475Updated 6 years ago
- Implementing coroutines, channels, message passing, etc.☆134Updated 4 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆141Updated 2 years ago
- C++ version of Doug Lea's excellent malloc() implementation.☆154Updated 6 years ago
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆208Updated 3 years ago
- QSBR and EBR library☆135Updated 6 years ago
- Various open addressing hashmap algorithms in C++☆258Updated 4 years ago
- #️⃣ single header hashmap implementation for C and C++☆449Updated 6 months ago
- Speed-up over 50% in average vs traditional memcpy in gcc 4.9 or vc2012☆641Updated last year
- C++11 ELF/DWARF parser☆338Updated last year
- A lightweight conservative garbage collector for C/C++☆126Updated 7 years ago
- A pure C vector implementation☆153Updated 4 years ago
- C++11 ELF/DWARF parser☆80Updated 5 years ago
- High performance C implementation of AVL trees☆104Updated 6 years ago
- Mirror of Apache C++ Standard Library☆66Updated 7 years ago
- Our open source benchmarks and code samples☆193Updated 3 months ago
- An implementation of buddy memory allocation☆115Updated 7 years ago
- A quick tutorial on how to implement malloc/free/calloc/realloc☆176Updated 6 years ago
- High performance AVL tree container C implementation☆57Updated 5 years ago
- A cross-platform C function to get the cache line size (in bytes) of the processor, or 0 on failure☆125Updated 4 years ago