Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/
Dallocators.cpp295 typedef _STLP_VOLATILE __stl_atomic_t _AllocCounter; typedef in __node_alloc_impl
297 typedef __stl_atomic_t _AllocCounter;
299 static _AllocCounter& _STLP_CALL _S_alloc_counter();
704 static _AllocCounter _S_counter = 1; in _S_alloc_counter()