Module allocator

Source

Structs§

Allocator
A general-purpose memory allocator. It’s recommended to use the Allocator Pool to manage allocator instances. It is important to be aware that *mut u8 return types are type-friendly wrappers on top of libc::c_void, which is just a void* in C.