Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DAllocator.h435 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold, in new() argument
444 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, in delete() argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DJITLinkMemoryManager.cpp51 size_t SlabSize = SlabEnd - (char *)SlabStart; in allocate() local
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp282 uintptr_t SlabSize = 0; member in TrivialMemoryManager