tinyalloc
Memory allocator
Memory allocation library for small, linear memory spaces
malloc / free replacement for unmanaged, linear memory situations (e.g. WASM, embedded devices...)
778 stars
20 watching
74 forks
Language: C
last commit: 4 months ago allocatorembeddedmemorywebassembly
Related projects:
Repository | Description | Stars |
---|---|---|
microsoft/snmalloc | An optimized memory allocator with support for concurrent allocations and efficient batch deallocations. | 1,576 |
fengb/zee_alloc | A tiny general-purpose allocator targeting WebAssembly. | 82 |
foonathan/memory | A C++ library providing a new, flexible memory allocation system | 1,497 |
armmbed/dlmalloc | Doug Lea's implementation of the core memory management algorithms used in C programming languages | 32 |
mjansson/rpmalloc | A high-performance memory allocator designed to be cross-platform and thread-safe. | 2,172 |
emeryberger/hoard | An efficient and scalable memory allocator designed to improve application performance in multithreaded programs on multiprocessor machines. | 1,106 |
rustwasm/wee_alloc | An allocator designed to minimize WebAssembly code size while still providing efficient memory management. | 666 |
plasma-umass/mesh | A memory allocator that reduces memory footprint by compacting and managing memory fragmentation in C/C++ applications | 1,753 |
mtrebi/memory-allocators | Custom memory allocators in C++ to improve the performance of dynamic memory allocation | 1,755 |
grapheneos/hardened_malloc | A memory allocator designed to provide hardening against heap corruption vulnerabilities and improve overall performance. | 1,299 |
daanx/mimalloc-bench | A benchmarking suite for evaluating memory allocation algorithms and their performance on different hardware platforms. | 375 |
ccareaga/heap_allocator | A simple heap memory allocator implemented in C | 873 |
node-dot-cpp/alloc-test | Cross-platform benchmarking for memory allocators | 44 |
mdsteele/ziegfried | A general-purpose memory allocator for the Zig programming language. | 24 |
tlk00/bitmagic | A C++ library for compact data structures and algorithms optimized for memory efficiency and high performance | 412 |