pub const MALLOC_OVERHEAD: usize = 8;
Per-allocation accounting overhead, matching QuickJS MALLOC_OVERHEAD on non-Apple platforms.
MALLOC_OVERHEAD