pub const HEADER_SIZE: u32 = 16;Expand description
The size of the VMCopyingHeader header for GC objects.
Note: This is 16 (not 12) because VMGcHeader has align(8), so the
repr(C) struct has 4 bytes of trailing padding after the object_size
field.