Searched defs:Slab (Results 1 – 4 of 4) sorted by relevance
62 void BumpPtrAllocator::DeallocateSlabs(MemSlab *Slab) { in DeallocateSlabs()133 for (MemSlab *Slab = CurSlab; Slab != 0; Slab = Slab->NextPtr) { in GetNumSlabs() local141 for (MemSlab *Slab = CurSlab; Slab != 0; Slab = Slab->NextPtr) { in getTotalMemory() local150 for (MemSlab *Slab = CurSlab; Slab != 0; Slab = Slab->NextPtr) { in PrintStats() local170 MemSlab *Slab = (MemSlab*)Allocator.Allocate(Size, 0); in Allocate() local176 void MallocSlabAllocator::Deallocate(MemSlab *Slab) { in Deallocate()
111 MemSlab *Slab = (MemSlab*)(((uintptr_t)MemBase+sizeof(void*)+Alignment-1) & in Allocate() local123 virtual void Deallocate(MemSlab *Slab) { in Deallocate()139 MemSlab *Slab = SlabAlloc.GetLastSlab(); in TEST() local
153 void *Slab = (void *)alignAddr((char*)MemBase + sizeof(void *), Alignment); in Allocate() local162 void Deallocate(void *Slab, size_t Size) { in Deallocate()
519 MemSlab *Slab = (MemSlab*)B.base(); in Allocate() local525 void JITSlabAllocator::Deallocate(MemSlab *Slab) { in Deallocate()