Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DAllocator.h136 __asan_poison_memory_region(*Slabs.begin(), computeSlabSize(0)); in Reset()
237 if (P >= S && P < S + computeSlabSize(Idx)) in identifyObject()
239 InSlabIdx += static_cast<int64_t>(computeSlabSize(Idx)); in identifyObject()
284 TotalMemory += computeSlabSize(std::distance(Slabs.begin(), I)); in getTotalMemory()
325 static size_t computeSlabSize(unsigned SlabIdx) { in computeSlabSize() function
337 size_t AllocatedSlabSize = computeSlabSize(Slabs.size()); in StartNewSlab()
355 computeSlabSize(std::distance(Slabs.begin(), I)); in DeallocateSlabs()
412 size_t AllocatedSlabSize = BumpPtrAllocator::computeSlabSize( in DestroyAll()