Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DRemoteJITUtils.cpp51 uint64_t SlabSize = 0; in getSlabAllocSize() local
76 size_t SlabSize = 1024 * 1024; in createSharedMemoryManager() local
78 size_t SlabSize = 1024 * 1024 * 1024; in createSharedMemoryManager() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAllocator.h456 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold, in new() argument
465 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, in delete() argument
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp285 uintptr_t SlabSize = 0; member in TrivialMemoryManager