Struct slabmalloc::SlabPage
[−]
[src]
pub struct SlabPage<'a> {
// some fields omitted
}Holds allocated data.
Objects life within data and meta tracks the objects status.
Currently, bitfield, next and prev pointer should fit inside
a single cache-line.