Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAllocator.h137 __asan_poison_memory_region(*Slabs.begin(), computeSlabSize(0)); in Reset()
245 if (P >= S && P < S + computeSlabSize(Idx)) in identifyObject()
247 InSlabIdx += static_cast<int64_t>(computeSlabSize(Idx)); in identifyObject()
292 TotalMemory += computeSlabSize(std::distance(Slabs.begin(), I)); in getTotalMemory()
333 static size_t computeSlabSize(unsigned SlabIdx) { in computeSlabSize() function
345 size_t AllocatedSlabSize = computeSlabSize(Slabs.size()); in StartNewSlab()
363 computeSlabSize(std::distance(Slabs.begin(), I)); in DeallocateSlabs()
420 size_t AllocatedSlabSize = BumpPtrAllocator::computeSlabSize( in DestroyAll()