Searched defs:SlabSize (Results 1 – 3 of 3) sorted by relevance
50 size_t SlabSize = SlabEnd - (char *)SlabStart; in allocate() local
503 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, in new() argument520 void *, llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold> &) { in delete() argument
280 uintptr_t SlabSize = 0; member in TrivialMemoryManager