Home
last modified time | relevance | path

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

/external/icu4c/test/cintltst/
Dcintltst.c642 static void * ctst_allocated_stuff[CTST_MAX_ALLOC] = {0}; variable
651 if(ctst_allocated_stuff[ctst_allocated]) { in ctst_malloc()
652 free(ctst_allocated_stuff[ctst_allocated]); in ctst_malloc()
654 return ctst_allocated_stuff[ctst_allocated++] = malloc(size); in ctst_malloc()
662 free(ctst_allocated_stuff[i]); in ctst_freeAll()
663 ctst_allocated_stuff[i] = NULL; in ctst_freeAll()
667 free(ctst_allocated_stuff[i]); in ctst_freeAll()
668 ctst_allocated_stuff[i] = NULL; in ctst_freeAll()