Searched refs:UsableAllocSize (Results 1 – 1 of 1) sorted by relevance
255 static constexpr size_t UsableAllocSize = AllocSize - sizeof(BlockMeta); member in __anon66d93dc70211::BumpPointerAllocator282 if (N + BlockList->Current >= UsableAllocSize) { in allocate()283 if (N > UsableAllocSize) in allocate()