zig-hunk
Memory allocator
A basic memory allocator based on a fixed block of memory with two stacks growing inward.
0 stars
1 watching
0 forks
Language: Zig
last commit: 12 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mdsteele/ziegfried | A general-purpose memory allocator for the Zig programming language. | 24 |
fengb/zee_alloc | A tiny general-purpose allocator targeting WebAssembly. | 82 |
emeryberger/hoard | An efficient and scalable memory allocator designed to improve application performance in multithreaded programs on multiprocessor machines. | 1,106 |
suirad/seal | An allocator wrapper with leak detection capabilities | 6 |
microsoft/snmalloc | An optimized memory allocator with support for concurrent allocations and efficient batch deallocations. | 1,576 |
ziglibs/zdb | An allocator-free document-oriented database management system built in Zig | 3 |
samsaffron/allocator_bench | A benchmarking tool for evaluating the performance of various memory allocation algorithms in different languages and configurations | 52 |
foonathan/memory | A C++ library providing a new, flexible memory allocation system | 1,497 |
mjansson/rpmalloc | A high-performance memory allocator designed to be cross-platform and thread-safe. | 2,164 |
grapheneos/hardened_malloc | A memory allocator designed to provide hardening against heap corruption vulnerabilities and improve overall performance. | 1,299 |
dbandstra/zig-wav | A one-file Zig library for reading and writing uncompressed PCM WAV files | 1 |
spiraldb/ziggy-pydust | A toolkit for building Python extensions in Zig. | 417 |
thi-ng/tinyalloc | Memory allocation library for small, linear memory spaces | 778 |
dbandstra/zang | An audio library providing low-level functions to generate and manipulate audio buffers | 0 |
spiraldb/streamvbyte-zig | A Zig port of an efficient compression codec for binary data | 5 |