HomeSort by relevance Sort by last modified time
    Searched defs:_AllocCounter (Results 1 - 2 of 2) sorted by null

  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
allocators.cpp 295 typedef _STLP_VOLATILE __stl_atomic_t _AllocCounter;
297 typedef __stl_atomic_t _AllocCounter;
299 static _AllocCounter& _STLP_CALL _S_alloc_counter();
704 static _AllocCounter _S_counter = 1;
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
allocators.cpp 295 typedef _STLP_VOLATILE __stl_atomic_t _AllocCounter;
297 typedef __stl_atomic_t _AllocCounter;
299 static _AllocCounter& _STLP_CALL _S_alloc_counter();
704 static _AllocCounter _S_counter = 1;
    [all...]

Completed in 49 milliseconds