Searched defs:SlabSize (Results 1 – 3 of 3) sorted by relevance
441 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold, in new() argument450 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, in delete() argument
564 uint64_t SlabSize = 0; in getSlabAllocSize() local573 uint64_t SlabSize; in createInProcessMemoryManager() local612 size_t SlabSize = 1024 * 1024; in createSharedMemoryManager() local614 size_t SlabSize = 1024 * 1024 * 1024; in createSharedMemoryManager() local
285 uintptr_t SlabSize = 0; member in TrivialMemoryManager