Skip to main content

V2_HEADER_SIZE

Constant V2_HEADER_SIZE 

Source
pub const V2_HEADER_SIZE: u32 = 8;
Expand description

Size of the v2 heap header in bytes.

The v2 runtime uses a compact 8-byte header at offset 0 of every heap object. This is distinct from the v1 HeapHeader (32 bytes). The v2 header packs kind, flags, and auxiliary data into 8 bytes.