Home
last modified time | relevance | path

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

/ndk/tests/device/test-stlport/unit/
Dstack_allocator.h27 int *m_sharedNbAlloc; member
35 m_sharedCur(&m_cur), m_sharedOk(&m_isOk), m_sharedNbAlloc(&m_nbAlloc) {} in State()
41 m_sharedNbAlloc(other.m_sharedNbAlloc) {} in State()
92 ++(*m_state.m_sharedNbAlloc);
123 --(*m_state.m_sharedNbAlloc); in deallocate()
/ndk/tests/device/test-gnustl-full/unit/
Dstack_allocator.h27 int *m_sharedNbAlloc; member
35 m_sharedCur(&m_cur), m_sharedOk(&m_isOk), m_sharedNbAlloc(&m_nbAlloc) {} in State()
41 m_sharedNbAlloc(other.m_sharedNbAlloc) {} in State()
92 ++(*m_state.m_sharedNbAlloc);
123 --(*m_state.m_sharedNbAlloc); in deallocate()