mmtk::util::malloc

Module library

source
Expand description

Malloc provided by libraries

Re-exports§

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.