Home
last modified time | relevance | path

Searched refs:AllocatorSlabSize (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DConstString.cpp33 static const size_t AllocatorSlabSize = 4096; member in Pool
34 static const size_t SizeThreshold = AllocatorSlabSize;
58 typedef llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, AllocatorSlabSize,