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