Expand description
Malloc provided by libraries
Re-exports§
pub use self::libc_malloc::*;
Modules§
- If no malloc lib is specified, use the libc implementation
Constants§
- When we count page usage of library malloc, we assume they allocate in pages. For some malloc implementations, they may use a larger page (e.g. mimalloc’s 64K page). For libraries that we are not sure, we assume they use normal 4k pages.