Searched refs:ctst_allocated_total (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcintltst.c48 static int ctst_allocated_total = 0; variable
221 if(getTestOption(VERBOSITY_OPTION) && ctst_allocated_total>0) {
222 fprintf(stderr,"ctst_freeAll(): cleaned up after %d allocations (queue of %d)\n", ctst_allocated_total, CTST_MAX_ALLOC);
624 ctst_allocated_total++;
/external/icu/icu4c/source/test/cintltst/
H A Dcintltst.c48 static int ctst_allocated_total = 0; variable
221 if(getTestOption(VERBOSITY_OPTION) && ctst_allocated_total>0) {
222 fprintf(stderr,"ctst_freeAll(): cleaned up after %d allocations (queue of %d)\n", ctst_allocated_total, CTST_MAX_ALLOC);
624 ctst_allocated_total++;

Completed in 76 milliseconds