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.

Trait Implementations

impl<'a> Send for SlabPage<'a>

impl<'a> Sync for SlabPage<'a>

impl<'a> Debug for SlabPage<'a>

fn fmt(&self, f: &mut Formatter) -> Result