Searched refs:InitialBuffer (Results 1 – 2 of 2) sorted by relevance
258 alignas(long double) char InitialBuffer[AllocSize]; member in __anon6eae74d60211::BumpPointerAllocator279 : BlockList(new (InitialBuffer) BlockMeta{nullptr, 0}) {} in BumpPointerAllocator()297 if (reinterpret_cast<char*>(Tmp) != InitialBuffer) in reset()300 BlockList = new (InitialBuffer) BlockMeta{nullptr, 0}; in reset()
1778 alignas(long double) char InitialBuffer[AllocSize]; member in __anon8e39910a0111::BumpPointerAllocator1799 : BlockList(new (InitialBuffer) BlockMeta{nullptr, 0}) {} in BumpPointerAllocator()1817 if (reinterpret_cast<char*>(Tmp) != InitialBuffer) in reset()1820 BlockList = new (InitialBuffer) BlockMeta{nullptr, 0}; in reset()