#allocator #allocation #cc #home #right

bogo-alloc

An allocator that makes C/C++ developers feel right at home

2 releases

0.1.1 Sep 28, 2023
0.1.0 Sep 28, 2023

#393 in Memory management

31 downloads per month

Custom license

4KB
56 lines

Bogo-alloc

An allocator that makes C/C++ developers feel right at home.


Example usage:

// Note: 2^32 bytes are the limit for allocations on this heap
#[global_allocator]
static A: BogoAlloc<32> = BogoAlloc::new();

Dependencies

~92KB