Searched defs:SlabSize (Results 1 – 3 of 3) sorted by relevance
51 uint64_t SlabSize = 0; in getSlabAllocSize() local76 size_t SlabSize = 1024 * 1024; in createSharedMemoryManager() local78 size_t SlabSize = 1024 * 1024 * 1024; in createSharedMemoryManager() local
456 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold, in new() argument465 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, in delete() argument
285 uintptr_t SlabSize = 0; member in TrivialMemoryManager