Searched defs:Slab (Results 1 – 4 of 4) sorted by relevance
75 struct Slab : PlacementAllocated { struct87 Slab* prev; argument88 Slab* next; argument92 SlabAllocatorImpl(Index blocksPerSlab, uint32_t objectSize, uint32_t objectAlignment); argument
33 SlabAllocatorImpl::Slab::Slab(char allocation[], IndexLinkNode* head) in Slab() function in SlabAllocatorImpl::Slab
53 sys::MemoryBlock Slab(SlabStart, SlabSize); in allocate() local
161 class Slab { class in __anon25f830fd0111::StringAtomSet