Home
last modified time | relevance | path

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

/ndk/tests/device/test-stlport/unit/
Dstack_allocator.h21 int m_nbAlloc; member
34 : m_beg(beg), m_end(end), m_cur(m_beg), m_isOk(true), m_swaped(false), m_nbAlloc(0), in State()
35 m_sharedCur(&m_cur), m_sharedOk(&m_isOk), m_sharedNbAlloc(&m_nbAlloc) {} in State()
39 m_isOk(true), m_swaped(other.m_swaped), m_nbAlloc(0), in State()
141 bool ok() const { return m_state.m_isOk && (m_state.m_nbAlloc == 0); } in ok()
/ndk/tests/device/test-gnustl-full/unit/
Dstack_allocator.h21 int m_nbAlloc; member
34 : m_beg(beg), m_end(end), m_cur(m_beg), m_isOk(true), m_swaped(false), m_nbAlloc(0), in State()
35 m_sharedCur(&m_cur), m_sharedOk(&m_isOk), m_sharedNbAlloc(&m_nbAlloc) {} in State()
39 m_isOk(true), m_swaped(other.m_swaped), m_nbAlloc(0), in State()
141 bool ok() const { return m_state.m_isOk && (m_state.m_nbAlloc == 0); } in ok()