OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_AllocCounter
(Results
1 - 2
of
2
) sorted by null
/external/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
...]
/ndk/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 46 milliseconds