Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/
Dallocators.cpp299 static _AllocCounter& _STLP_CALL _S_alloc_counter();
459 { ++_S_alloc_counter(); } in _S_alloc_call()
462 __stl_atomic_t &counter = _S_alloc_counter(); in _S_dealloc_call()
654 { _STLP_ATOMIC_INCREMENT(&_S_alloc_counter()); } in _S_alloc_call()
657 _STLP_VOLATILE __stl_atomic_t *pcounter = &_S_alloc_counter(); in _S_dealloc_call()
703 __node_alloc_impl::_S_alloc_counter() { in _S_alloc_counter() function in __node_alloc_impl