Searched refs:mElement (Results 1 – 2 of 2) sorted by relevance
48 return new (&mBlocks[blockIndex].mElement) in allocate()55 uintptr_t baseAddress = reinterpret_cast<uintptr_t>(&mBlocks[0].mElement); in deallocate()58 mBlocks[blockIndex].mElement.~ElementType(); in deallocate()
94 ElementType mElement; member