HomeSort by relevance Sort by last modified time
    Searched refs:ALLOCATION_COUNT (Results 1 - 3 of 3) sorted by null

  /external/icu4c/tools/ctestfw/unicode/
ctest.h 94 extern T_CTEST_EXPORT_API int32_t ALLOCATION_COUNT;
  /external/icu4c/test/cintltst/
cintltst.c 237 if (ALLOCATION_COUNT > 0) {
238 fprintf(stderr, "There were %d blocks leaked!\n", ALLOCATION_COUNT);
  /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 166 milliseconds