ennorehling / dlmallocLinks
Doug Lea's memory allocator
☆270Updated 5 years ago
Alternatives and similar repositories for dlmalloc
Users that are interested in dlmalloc are comparing it to the libraries listed below
Sorting:
- A collection of memory allocators☆458Updated 12 years ago
- ☆335Updated 2 weeks ago
- Debug Malloc memory allocation debugging C library☆169Updated 2 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆178Updated 12 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆78Updated 9 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆227Updated 3 years ago
- Suite for benchmarking malloc implementations.☆449Updated 2 weeks ago
- Coroutines for C.☆76Updated 8 years ago
- A single header buddy memory allocator for C & C++☆202Updated last month
- Lock-free ring buffer (MPSC)☆462Updated 5 years ago
- An EXTREMELY FAST portable thread caching malloc implementation written in C for multiple threads without lock contention based on dlmall…☆407Updated 6 years ago
- Minimize lock-free queue ever!☆132Updated 6 years ago
- An implementation of buddy memory allocation☆112Updated 7 years ago
- A lightweight conservative garbage collector for C/C++☆123Updated 6 years ago
- #️⃣ single header hashmap implementation for C and C++☆435Updated last month
- C11 Lock-free Stack☆183Updated last year
- A User Space Threading Library Supporting Multi-Core Systems☆140Updated 2 years ago
- Demo programs for my blog entry "Hello, JIT World!"☆238Updated 8 years ago
- Various open addressing hashmap algorithms in C++☆257Updated 3 years ago
- Source code from "Programming with POSIX® Threads" book By David R. Butenhof☆92Updated 13 years ago
- Heap Layers: An Extensible Memory Allocation Infrastructure☆400Updated 2 months ago
- Writing a minimal x86-64 JIT compiler in C++☆103Updated 7 years ago
- Storage for my snippets, toy programs, etc.☆363Updated 5 months ago
- PROGRESS64 is a C library of scalable functions for concurrent programs, primarily focused on networking applications.☆92Updated 4 months ago
- High performance C implementation of AVL trees☆104Updated 6 years ago
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆207Updated 2 years ago
- Mirror of Apache C++ Standard Library☆65Updated 6 years ago
- Small, portable implementation of the C11 threads API☆989Updated last year
- High performance AVL tree container C implementation☆56Updated 5 years ago
- A minimal shared/unique_ptr implementation to handle cases where boost/std::shared/unique_ptr are not available.☆187Updated 2 years ago