Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_demangle.cpp256 static constexpr size_t UsableAllocSize = AllocSize - sizeof(BlockMeta); member in __anonf03dc3ff0211::BumpPointerAllocator
283 if (N + BlockList->Current >= UsableAllocSize) { in allocate()
284 if (N > UsableAllocSize) in allocate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
DItaniumDemangle.cpp1776 static constexpr size_t UsableAllocSize = AllocSize - sizeof(BlockMeta); member in __anon17245d330111::BumpPointerAllocator
1803 if (N + BlockList->Current >= UsableAllocSize) { in allocate()
1804 if (N > UsableAllocSize) in allocate()