Searched refs:InitialBuffer (Results 1 – 1 of 1) sorted by relevance
298 alignas(long double) char InitialBuffer[AllocSize]; member in __anon9d1505850211::BumpPointerAllocator319 : BlockList(new (InitialBuffer) BlockMeta{nullptr, 0}) {} in BumpPointerAllocator()337 if (reinterpret_cast<char*>(Tmp) != InitialBuffer) in reset()340 BlockList = new (InitialBuffer) BlockMeta{nullptr, 0}; in reset()