Searched defs:SlabSize (Results 1 – 4 of 4) sorted by relevance
239 size_t SlabSize = MemMgr->GetDefaultDataSlabSize(); in TEST() local262 size_t SlabSize = MemMgr->GetDefaultStubSlabSize(); in TEST() local
417 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, in new() argument434 void *, llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold> &) { in delete() argument
374 size_t SlabSize = std::max(DefaultCodeSlabSize, PaddedMin); in allocateNewCodeSlab() local
212 uintptr_t SlabSize = 0; member in TrivialMemoryManager