OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ALLOCATION_COUNT
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/tools/ctestfw/
ctest.c
125
int32_t
ALLOCATION_COUNT
= 0;
876
umtx_atomic_inc(&
ALLOCATION_COUNT
);
889
umtx_atomic_inc(&
ALLOCATION_COUNT
);
895
umtx_atomic_dec(&
ALLOCATION_COUNT
);
[
all
...]
/external/icu4c/tools/ctestfw/
ctest.c
125
int32_t
ALLOCATION_COUNT
= 0;
877
umtx_atomic_inc(&
ALLOCATION_COUNT
);
890
umtx_atomic_inc(&
ALLOCATION_COUNT
);
896
umtx_atomic_dec(&
ALLOCATION_COUNT
);
[
all
...]
Completed in 37 milliseconds