Searched refs:allocateAt (Results 1 – 1 of 1) sorted by relevance
107 void* allocateAt = reinterpret_cast<uint8_t*>(mBuffer) + mBuffer->endOffset; in push_container() local108 auto temp = new (allocateAt) ItemContainer<T>{std::move(op)}; in push_container()