Repository navigation

#

allocator

mjansson/rpmalloc

Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C

Python
2335
10 天前

A memory allocator that automatically reduces the memory footprint of C/C++ applications.

C++
1827
1 年前

Message passing based allocator

C++
1717
2 天前

STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.

C++
1555
3 个月前

A simple heap memory allocator in ~200 lines.

C
902
5 年前

malloc / free replacement for unmanaged, linear memory situations (e.g. WASM, embedded devices...)

C
797
1 年前

The Wasm-Enabled, Elfin Allocator

Rust
706
2 年前

A Rust wrapper over Microsoft's MiMalloc memory allocator

Rust
657
2 个月前

Writing Interpreters in Rust: a Guide

Rust
516
7 个月前

A fast and flexible allocator for no_std and WebAssembly

Rust
505
2 个月前

🦀 GPU memory allocator for Vulkan, DirectX 12 and Metal. Written in pure Rust

Rust
430
1 天前

A heap allocator for embedded systems

Rust
403
7 个月前

Constant-complexity, deterministic, very fast memory allocator (heap) for hard real-time high-integrity embedded systems. Allocation takes ≈165 cycles on Cortex M4. There is little activity because the project is finished and does not require further changes.

C++
339
3 个月前

Mirror of https://gitlab.redox-os.org/redox-os/ralloc

Rust
323
5 年前

contiguous container library - arrays with customizable allocation, small buffer optimization and more

C++
256
5 年前

Varena is a .NET library that provides a fast and lightweight arena allocator using virtual memory.

C#
191
1 年前

Fast, concurrent, arena-based allocator with drop support

Rust
139
1 年前

duma: Detect Unintended Memory Access (D.U.M.A.) - A Red-Zone memory allocator

C
116
9 天前