Searched refs:ALLOCATION_COUNT (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/tools/ctestfw/unicode/
H A Dctest.h94 extern T_CTEST_EXPORT_API int32_t ALLOCATION_COUNT;
/external/icu4c/test/cintltst/
H A Dcintltst.c225 if (ALLOCATION_COUNT > 0) {
226 fprintf(stderr, "There were %d blocks leaked!\n", ALLOCATION_COUNT);
/external/icu4c/tools/ctestfw/
H A Dctest.c125 int32_t ALLOCATION_COUNT = 0; variable
877 umtx_atomic_inc(&ALLOCATION_COUNT);
890 umtx_atomic_inc(&ALLOCATION_COUNT);
896 umtx_atomic_dec(&ALLOCATION_COUNT);

Completed in 119 milliseconds