Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Demangle/
HDItaniumDemangle.cpp255 static constexpr size_t UsableAllocSize = AllocSize - sizeof(BlockMeta); member in __anon66d93dc70211::BumpPointerAllocator
282 if (N + BlockList->Current >= UsableAllocSize) { in allocate()
283 if (N > UsableAllocSize) in allocate()