philip-wernersbach / memory-pool-allocatorLinks
C memory allocator based on pools, thread safe.
☆16Updated 11 years ago
Alternatives and similar repositories for memory-pool-allocator
Users that are interested in memory-pool-allocator are comparing it to the libraries listed below
Sorting:
- memory pool allocator☆50Updated 12 years ago
- Dynamic memory pool implementation, for reusable fixed, or variable sized memory blocks, using pthread mutex locks.☆30Updated 3 years ago
- Generic type-safe vector, hash map, and concurrent queue for C☆54Updated 5 years ago
- Simple unoptimized AVL tree implementation in C89☆41Updated 4 years ago
- C89 compatible atomics.☆82Updated 3 weeks ago
- C string utils library (STB style, header-only).☆194Updated 7 years ago
- Coroutines for C.☆75Updated 8 years ago
- Single-header-file, public domain, type-generic C89 skip list implemementation☆31Updated 8 years ago
- libgenerics is a minimalistic and generic library for C basic data structures.☆51Updated 3 years ago
- C utilities library : timer, base64, log, lock, buffered string, buffered array, basic CGI, XML parsers (SAX and DOM), XPath, ...☆30Updated 10 months ago
- tiny unit testing framework for ANSI C☆56Updated 4 years ago
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆53Updated 5 years ago
- Network library☆18Updated last year
- lock-free LIFO stack by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆31Updated 6 years ago
- Exception handling and smart pointer (automatic cleanup) libraries for C☆61Updated 11 years ago
- single header file libraries for C/C++☆22Updated 4 years ago
- unrolled skip list library for C☆21Updated 6 years ago
- A generic C memory pool☆100Updated 8 years ago
- Small XML parser in C☆80Updated 2 years ago
- Suckless big integer library☆31Updated 2 years ago
- Hierarchical memory allocator☆73Updated 10 years ago
- A compact library for C99 (and MSVC in C++ mode) providing refcounted arrays, maps, lists and a cool lexical scanner.☆42Updated 8 years ago
- Portable C, C++ code for hash tables, bloom filters, string-search, string utilities, hash functions, arc4random☆54Updated 10 months ago
- Single file in-place JSON/SJSON parser☆76Updated 3 years ago
- High performance C implementation of AVL trees☆103Updated 6 years ago
- Single C file event loop☆28Updated 5 years ago
- skiplist library for C.☆54Updated 8 years ago
- single file C libraries☆38Updated 5 months ago
- Simple C hash table☆39Updated 14 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year