OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_sharedNbAlloc
(Results
1 - 3
of
3
) sorted by null
/external/stlport/test/unit/
stack_allocator.h
27
int *
m_sharedNbAlloc
;
35
m_sharedCur(&m_cur), m_sharedOk(&m_isOk),
m_sharedNbAlloc
(&m_nbAlloc) {}
41
m_sharedNbAlloc
(other.
m_sharedNbAlloc
) {}
92
++(*m_state.
m_sharedNbAlloc
);
123
--(*m_state.
m_sharedNbAlloc
);
/ndk/tests/device/test-gnustl-full/unit/
stack_allocator.h
27
int *
m_sharedNbAlloc
;
35
m_sharedCur(&m_cur), m_sharedOk(&m_isOk),
m_sharedNbAlloc
(&m_nbAlloc) {}
41
m_sharedNbAlloc
(other.
m_sharedNbAlloc
) {}
92
++(*m_state.
m_sharedNbAlloc
);
123
--(*m_state.
m_sharedNbAlloc
);
/ndk/tests/device/test-stlport/unit/
stack_allocator.h
27
int *
m_sharedNbAlloc
;
35
m_sharedCur(&m_cur), m_sharedOk(&m_isOk),
m_sharedNbAlloc
(&m_nbAlloc) {}
41
m_sharedNbAlloc
(other.
m_sharedNbAlloc
) {}
92
++(*m_state.
m_sharedNbAlloc
);
123
--(*m_state.
m_sharedNbAlloc
);
Completed in 55 milliseconds