Searched defs:SlabSize (Results 1 – 4 of 4) sorted by relevance
435 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold, in new() argument444 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, in delete() argument
51 size_t SlabSize = SlabEnd - (char *)SlabStart; in allocate() local
335 Create(uint64_t SlabSize) { in Create()438 JITLinkSlabAllocator(uint64_t SlabSize, Error &Err) { in JITLinkSlabAllocator()492 uint64_t SlabSize = 0; in getSlabAllocSize() local502 auto SlabSize = ExitOnErr(getSlabAllocSize(SlabAllocateSizeString)); in createMemoryManager() local
281 uintptr_t SlabSize = 0; member in TrivialMemoryManager