Home
last modified time | relevance | path

Searched defs:SlabSize (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAllocator.h435 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold, in new() argument
444 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, in delete() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp51 size_t SlabSize = SlabEnd - (char *)SlabStart; in allocate() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp335 Create(uint64_t SlabSize) { in Create()
438 JITLinkSlabAllocator(uint64_t SlabSize, Error &Err) { in JITLinkSlabAllocator()
492 uint64_t SlabSize = 0; in getSlabAllocSize() local
502 auto SlabSize = ExitOnErr(getSlabAllocSize(SlabAllocateSizeString)); in createMemoryManager() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp281 uintptr_t SlabSize = 0; member in TrivialMemoryManager