bogo-alloc

Crates.iobogo-alloc
lib.rsbogo-alloc
version0.1.1
sourcesrc
created_at2023-09-28 01:37:43.182456
updated_at2023-09-28 01:40:38.178843
descriptionAn allocator that makes C/C++ developers feel right at home.
homepage
repositoryhttps://github.com/FlareFlo/bogo-alloc
max_upload_size
id985461
size4,387
(FlareFlo)

documentation

README

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();
Commit count: 6

cargo fmt