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 oflibc::c_void
, which is just avoid*
in C.