ennorehling / dlmallocLinks
Doug Lea's memory allocator
☆274Updated 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☆462Updated last month
- Debug Malloc memory allocation debugging C library☆169Updated 2 years ago
- ☆341Updated last month
- Minimize lock-free queue ever!☆132Updated 7 years ago
- Lock-free ring buffer (MPSC)☆466Updated 5 years ago
- Suite for benchmarking malloc implementations.☆455Updated 2 months ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆80Updated 9 years ago
- C11 Lock-free Stack☆183Updated last year
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆181Updated 12 years ago
- Implementing coroutines, channels, message passing, etc.☆133Updated 3 years ago
- An EXTREMELY FAST portable thread caching malloc implementation written in C for multiple threads without lock contention based on dlmall…☆410Updated 6 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆141Updated 2 years ago
- An implementation of buddy memory allocation☆113Updated 7 years ago
- A single header buddy memory allocator for C & C++☆217Updated 3 weeks ago
- Speed-up over 50% in average vs traditional memcpy in gcc 4.9 or vc2012☆633Updated last year
- A lightweight conservative garbage collector for C/C++☆122Updated 7 years ago
- #️⃣ single header hashmap implementation for C and C++☆442Updated 3 months ago
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆264Updated 16 years ago
- A cross-platform C function to get the cache line size (in bytes) of the processor, or 0 on failure☆123Updated 3 years ago
- Source code from "Programming with POSIX® Threads" book By David R. Butenhof☆92Updated 13 years ago
- Different implementations of spinlock.☆105Updated 10 years ago
- Coroutines for C.☆76Updated 8 years ago
- The Memory Pool System☆605Updated 11 months ago
- Writing a minimal x86-64 JIT compiler in C++☆104Updated 7 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆229Updated 4 years ago
- The atomic_ops project (Atomic memory update operations portable implementation)☆443Updated last month
- CRC32C implementation with support for CPU-specific acceleration instructions☆494Updated 6 months ago
- High performance C implementation of AVL trees☆104Updated 6 years ago
- Small but fast C compiler. Supports ANSI C, most of the new ISO C99 standard, and many GNUC extensions, including inline assembly.☆396Updated 10 years ago
- Robin Hood hash map library☆65Updated 4 years ago