Home
last modified time | relevance | path

Searched refs:AllocatedSlabSize (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DAllocator.h337 size_t AllocatedSlabSize = computeSlabSize(Slabs.size()); in StartNewSlab() local
339 void *NewSlab = this->getAllocator().Allocate(AllocatedSlabSize, in StartNewSlab()
343 __asan_poison_memory_region(NewSlab, AllocatedSlabSize); in StartNewSlab()
347 End = ((char *)NewSlab) + AllocatedSlabSize; in StartNewSlab()
354 size_t AllocatedSlabSize = in DeallocateSlabs() local
356 this->getAllocator().Deallocate(*I, AllocatedSlabSize, in DeallocateSlabs()
412 size_t AllocatedSlabSize = BumpPtrAllocator::computeSlabSize( in DestroyAll() local
416 : (char *)*I + AllocatedSlabSize; in DestroyAll()