Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DAllocator.h441 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold, in new() argument
450 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, in delete() argument
/openbsd/gnu/llvm/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp564 uint64_t SlabSize = 0; in getSlabAllocSize() local
573 uint64_t SlabSize; in createInProcessMemoryManager() local
612 size_t SlabSize = 1024 * 1024; in createSharedMemoryManager() local
614 size_t SlabSize = 1024 * 1024 * 1024; in createSharedMemoryManager() local
/openbsd/gnu/llvm/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp285 uintptr_t SlabSize = 0; member in TrivialMemoryManager