OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_S_alloc_counter
(Results
1 - 2
of
2
) sorted by null
/external/stlport/src/
allocators.cpp
299
static _AllocCounter& _STLP_CALL
_S_alloc_counter
();
459
{ ++
_S_alloc_counter
(); }
462
__stl_atomic_t &counter =
_S_alloc_counter
();
654
{ _STLP_ATOMIC_INCREMENT(&
_S_alloc_counter
()); }
657
_STLP_VOLATILE __stl_atomic_t *pcounter = &
_S_alloc_counter
();
703
__node_alloc_impl::
_S_alloc_counter
() {
[
all
...]
/ndk/sources/cxx-stl/stlport/src/
allocators.cpp
299
static _AllocCounter& _STLP_CALL
_S_alloc_counter
();
459
{ ++
_S_alloc_counter
(); }
462
__stl_atomic_t &counter =
_S_alloc_counter
();
654
{ _STLP_ATOMIC_INCREMENT(&
_S_alloc_counter
()); }
657
_STLP_VOLATILE __stl_atomic_t *pcounter = &
_S_alloc_counter
();
703
__node_alloc_impl::
_S_alloc_counter
() {
[
all
...]
Completed in 37 milliseconds