Searched refs:UsableAllocSize (Results 1 – 2 of 2) sorted by relevance
256 static constexpr size_t UsableAllocSize = AllocSize - sizeof(BlockMeta); member in __anon6eae74d60211::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 __anon8e39910a0111::BumpPointerAllocator1803 if (N + BlockList->Current >= UsableAllocSize) { in allocate()1804 if (N > UsableAllocSize) in allocate()