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
465 if(ctst_allocated_stuff[ctst_allocated]) { in ctst_malloc()
466 free(ctst_allocated_stuff[ctst_allocated]); in ctst_malloc()
468 return ctst_allocated_stuff[ctst_allocated++] = malloc(size); in ctst_malloc()
476 free(ctst_allocated_stuff[i]); in ctst_freeAll()
477 ctst_allocated_stuff[i] = NULL; in ctst_freeAll()
481 free(ctst_allocated_stuff[i]); in ctst_freeAll()
482 ctst_allocated_stuff[i] = NULL; in ctst_freeAll()