Searched refs:NewSlab (Results 1 – 1 of 1) sorted by relevance
187 void *NewSlab = in AllocateSlow() local191 __asan_poison_memory_region(NewSlab, PaddedSize); in AllocateSlow()192 CustomSizedSlabs.push_back(std::make_pair(NewSlab, PaddedSize)); in AllocateSlow()194 uintptr_t AlignedAddr = alignAddr(NewSlab, Alignment); in AllocateSlow()195 assert(AlignedAddr + Size <= (uintptr_t)NewSlab + PaddedSize); in AllocateSlow()347 void *NewSlab = this->getAllocator().Allocate(AllocatedSlabSize, in StartNewSlab() local351 __asan_poison_memory_region(NewSlab, AllocatedSlabSize); in StartNewSlab()353 Slabs.push_back(NewSlab); in StartNewSlab()354 CurPtr = (char *)(NewSlab); in StartNewSlab()355 End = ((char *)NewSlab) + AllocatedSlabSize; in StartNewSlab()