Repository navigation

#

allocator

mjansson/rpmalloc

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

Python
2257
1 个月前

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

C++
1806
9 个月前

Message passing based allocator

C++
1654
9 天前

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

C++
1517
9 个月前

A simple heap memory allocator in ~200 lines.

C
891
4 年前

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

C
789
9 个月前

The Wasm-Enabled, Elfin Allocator

Rust
687
2 年前

A Rust wrapper over Microsoft's MiMalloc memory allocator

Rust
582
12 天前

Writing Interpreters in Rust: a Guide

Rust
501
3 个月前

A fast and flexible allocator for no_std and WebAssembly

Rust
456
1 天前

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

Rust
408
3 天前

A heap allocator for embedded systems

Rust
379
3 个月前

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

Rust
321
4 年前

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

C++
282
1 年前

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

C++
254
5 年前

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

C#
184
1 年前

Fast, concurrent, arena-based allocator with drop support

Rust
125
1 年前

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

C
110
17 天前