mimalloc
Memory Allocator
An efficient and compact general-purpose memory allocator with excellent performance characteristics.
mimalloc is a compact general purpose allocator with excellent performance.
11k stars
158 watching
865 forks
Language: C
last commit: 12 days ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
microsoft/snmalloc | An optimized memory allocator with support for concurrent allocations and efficient batch deallocations. | 1,576 |
daanx/mimalloc-bench | A benchmarking suite for evaluating memory allocation algorithms and their performance on different hardware platforms. | 375 |
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,164 |
grapheneos/hardened_malloc | A memory allocator designed to provide hardening against heap corruption vulnerabilities and improve overall performance. | 1,299 |
thi-ng/tinyalloc | Memory allocation library for small, linear memory spaces | 778 |
emeryberger/hoard | An efficient and scalable memory allocator designed to improve application performance in multithreaded programs on multiprocessor machines. | 1,106 |
foonathan/memory | A C++ library providing a new, flexible memory allocation system | 1,497 |
mtrebi/memory-allocators | Custom memory allocators in C++ to improve the performance of dynamic memory allocation | 1,755 |
vimpunk/mio | A cross-platform C++11 library for memory mapped file IO with support for shared and non-shared semantics. | 1,709 |
gpuopen-librariesandsdks/d3d12memoryallocator | A memory allocation library designed to simplify resource creation and management in Direct3D 12 applications. | 750 |
mimno/rmallet | An R package wrapper around the Mallet machine learning tool | 38 |
jmorag/mcc | Compiles the MicroC programming language into machine code using Haskell | 116 |
plasma-umass/mesh | A memory allocator that reduces memory footprint by compacting and managing memory fragmentation in C/C++ applications | 1,753 |
d00movenok/gomalleable | A Go library for parsing and assembling Malleable C2 profiles. | 60 |