Searched refs:SlabSize (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | RemoteJITUtils.cpp | 51 uint64_t SlabSize = 0; in getSlabAllocSize() local 52 if (SizeString.getAsInteger(10, SlabSize)) in getSlabAllocSize() 56 return SlabSize * Units; in getSlabAllocSize() 76 size_t SlabSize = 1024 * 1024; in createSharedMemoryManager() local 78 size_t SlabSize = 1024 * 1024 * 1024; in createSharedMemoryManager() local 83 SlabSize = *S; in createSharedMemoryManager() 89 SlabSize, SREPC, SAs); in createSharedMemoryManager()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Allocator.h | 62 template <typename AllocatorT = MallocAllocator, size_t SlabSize = 4096, 63 size_t SizeThreshold = SlabSize, size_t GrowthDelay = 128> 65 : public AllocatorBase<BumpPtrAllocatorImpl<AllocatorT, SlabSize, 71 static_assert(SizeThreshold <= SlabSize, 135 End = CurPtr + SlabSize; in Reset() 338 return SlabSize * in computeSlabSize() 452 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold, 456 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold, in new() argument 462 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold, 465 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, in delete() argument
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/ |
| H A D | llvm-rtdyld.cpp | 262 SlabSize = Size; in preallocateSlab() 268 if (CurrentSlabOffset + Size > SlabSize) in allocateFromSlab() 285 uintptr_t SlabSize = 0; member in TrivialMemoryManager
|