Searched defs:UsableAllocSize (Results 1 – 2 of 2) sorted by relevance
/llvm-project/libcxxabi/src/ | ||
H A D | cxa_demangle.cpp | 301 static constexpr size_t UsableAllocSize = AllocSize - sizeof(BlockMeta); global() member in __anonfcb94e470211::BumpPointerAllocator |
/llvm-project/llvm/lib/Demangle/ | ||
H A D | ItaniumDemangle.cpp | 296 static constexpr size_t UsableAllocSize = AllocSize - sizeof(BlockMeta); member in __anon811943230211::BumpPointerAllocator |