Skip to main content

MALLOC_OVERHEAD

Constant MALLOC_OVERHEAD 

Source
pub const MALLOC_OVERHEAD: usize = 8;
Expand description

Per-allocation accounting overhead, matching QuickJS MALLOC_OVERHEAD on non-Apple platforms.