Searched refs:AllocatedSlabSize (Results 1 – 1 of 1) sorted by relevance
345 size_t AllocatedSlabSize = computeSlabSize(Slabs.size()); in StartNewSlab() local347 void *NewSlab = this->getAllocator().Allocate(AllocatedSlabSize, in StartNewSlab()351 __asan_poison_memory_region(NewSlab, AllocatedSlabSize); in StartNewSlab()355 End = ((char *)NewSlab) + AllocatedSlabSize; in StartNewSlab()362 size_t AllocatedSlabSize = in DeallocateSlabs() local364 this->getAllocator().Deallocate(*I, AllocatedSlabSize, in DeallocateSlabs()420 size_t AllocatedSlabSize = BumpPtrAllocator::computeSlabSize( in DestroyAll() local424 : (char *)*I + AllocatedSlabSize; in DestroyAll()