allocator topic

List allocator repositories

PreCore

5
Stars
1
Forks
Watchers

PreCore is a library with helper classes. It contains IO classes, class reflection, logging services, algorhitms, data types, extensions for other libraries and more.

wasm

45
Stars
2
Forks
Watchers

fast wasm modules

array

253
Stars
17
Forks
Watchers

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

memory

1.5k
Stars
186
Forks
Watchers

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

buddy-alloc

26
Stars
6
Forks
Watchers

Buddy-alloc is a memory allocator for no-std Rust, used for embedded environments.

duma

86
Stars
10
Forks
Watchers

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

tanya

87
Stars
5
Forks
Watchers

GC-free, high-performance D library: Containers, networking, metaprogramming, memory management, utilities

automem

82
Stars
15
Forks
Watchers

C++-style automatic memory management smart pointers for D

adma

51
Stars
1
Forks
Watchers

A general purpose, multithreaded capable slab allocator for Zig

phobos

1.2k
Stars
695
Forks
Watchers

The standard library of the D programming language