Searched refs:UsableAllocSize (Results 1 – 2 of 2) sorted by relevance
256 static constexpr size_t UsableAllocSize = AllocSize - sizeof(BlockMeta); member in __anonf03dc3ff0211::BumpPointerAllocator283 if (N + BlockList->Current >= UsableAllocSize) { in allocate()284 if (N > UsableAllocSize) in allocate()
1776 static constexpr size_t UsableAllocSize = AllocSize - sizeof(BlockMeta); member in __anon17245d330111::BumpPointerAllocator1803 if (N + BlockList->Current >= UsableAllocSize) { in allocate()1804 if (N > UsableAllocSize) in allocate()