Home
last modified time | relevance | path

Searched refs:mElement (Results 1 – 2 of 2) sorted by relevance

/system/chre/util/include/chre/util/
Dmemory_pool_impl.h48 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()
Dmemory_pool.h94 ElementType mElement; member