Home
last modified time | relevance | path

Searched refs:ctst_allocated_stuff (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcintltst.c47 static void * ctst_allocated_stuff[CTST_MAX_ALLOC] = {0}; variable
639 if(ctst_allocated_stuff[ctst_allocated]) { in ctst_malloc()
640 free(ctst_allocated_stuff[ctst_allocated]); in ctst_malloc()
642 return ctst_allocated_stuff[ctst_allocated++] = malloc(size); in ctst_malloc()
650 free(ctst_allocated_stuff[i]); in ctst_freeAll()
651 ctst_allocated_stuff[i] = NULL; in ctst_freeAll()
655 free(ctst_allocated_stuff[i]); in ctst_freeAll()
656 ctst_allocated_stuff[i] = NULL; in ctst_freeAll()