Crates.io | bogo-alloc |
lib.rs | bogo-alloc |
version | 0.1.1 |
source | src |
created_at | 2023-09-28 01:37:43.182456 |
updated_at | 2023-09-28 01:40:38.178843 |
description | An allocator that makes C/C++ developers feel right at home. |
homepage | |
repository | https://github.com/FlareFlo/bogo-alloc |
max_upload_size | |
id | 985461 |
size | 4,387 |
Example usage:
// Note: 2^32 bytes are the limit for allocations on this heap
#[global_allocator]
static A: BogoAlloc<32> = BogoAlloc::new();