Struct stark::sail::memmgt::FreeBlock [−][src]
#[repr(C)]struct FreeBlock { field: usize, }
Expand description
Block of free memory in a zone, resulting from deallocation
Fields
field: usize
Tagged pointer with size of block and pointer to next block