Searched refs:Slab (Results 1 – 2 of 2) sorted by relevance
146 void *Slab = (void *)alignAddr((char*)MemBase + sizeof(void *), Alignment); in Allocate() local149 ((void**)Slab)[-1] = MemBase; in Allocate()152 return Slab; in Allocate()155 void Deallocate(void *Slab, size_t Size) { in Deallocate() argument156 free(((void**)Slab)[-1]); in Deallocate()
38 Slab: 583660 kB