Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Demangle/
HDItaniumDemangle.cpp296 static constexpr size_t UsableAllocSize = AllocSize - sizeof(BlockMeta); member in __anon83dc56490211::BumpPointerAllocator
323 if (N + BlockList->Current >= UsableAllocSize) { in allocate()
324 if (N > UsableAllocSize) in allocate()