Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDJITLinkMemoryManager.cpp50 size_t SlabSize = SlabEnd - (char *)SlabStart; in allocate() local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDAllocator.h503 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, in new() argument
520 void *, llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold> &) { in delete() argument
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
HDllvm-rtdyld.cpp280 uintptr_t SlabSize = 0; member in TrivialMemoryManager