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