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