Searched defs:SlabSize (Results 1 – 5 of 5) sorted by relevance
| /llvm-project/clang/test/Modules/Inputs/PR28794/Subdir/ |
| H A D | LibBHeader.h | 7 void *operator new(size_t, BumpPtrAllocatorImpl<T, SlabSize, SizeThreshold> &) { in new() argument
|
| /llvm-project/llvm/unittests/Support/ |
| H A D | AllocatorTest.cpp | 165 const size_t SlabSize = 4096; in TEST() local 192 const size_t SlabSize = 16; TEST() local [all...] |
| /llvm-project/llvm/include/llvm/Support/ |
| H A D | Allocator.h | 455 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold, in delete() argument 446 new(size_t Size,llvm::BumpPtrAllocatorImpl<AllocatorT,SlabSize,SizeThreshold,GrowthDelay> & Allocator) new() argument [all...] |
| /llvm-project/llvm/tools/llvm-jitlink/ |
| H A D | llvm-jitlink.cpp | 586 uint64_t SlabSize = 0; getSlabAllocSize() local 595 uint64_t SlabSize; createInProcessMemoryManager() local 634 size_t SlabSize = 1024 * 1024; createSharedMemoryManager() local 636 size_t SlabSize = 1024 * 1024 * 1024; createSharedMemoryManager() local [all...] |
| /llvm-project/llvm/tools/llvm-rtdyld/ |
| H A D | llvm-rtdyld.cpp | 285 uintptr_t SlabSize = 0; member in TrivialMemoryManager
|