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 (&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()
Dmemory_pool.h95 ElementType mElement; member