Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DAllocator.h208 __asan_poison_memory_region(*Slabs.begin(), computeSlabSize(0)); in Reset()
297 if (P >= S && P < S + computeSlabSize(Idx)) in identifyObject()
299 InSlabIdx += static_cast<int64_t>(computeSlabSize(Idx)); in identifyObject()
344 TotalMemory += computeSlabSize(std::distance(Slabs.begin(), I)); in getTotalMemory()
388 static size_t computeSlabSize(unsigned SlabIdx) { in computeSlabSize() function
399 size_t AllocatedSlabSize = computeSlabSize(Slabs.size()); in StartNewSlab()
416 computeSlabSize(std::distance(Slabs.begin(), I)); in DeallocateSlabs()
472 size_t AllocatedSlabSize = BumpPtrAllocator::computeSlabSize( in DestroyAll()