一个让C/C++开发者感到宾至如归的分配器
所有权归 FlareFlo。
#470 in 内存管理
4KB 56 行
示例用法
// Note: 2^32 bytes are the limit for allocations on this heap #[global_allocator] static A: BogoAlloc<32> = BogoAlloc::new();
~92KB