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

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dmalloc.c49 void **ts_glob; member in struct:__anon1394
99 ts->ts_glob = malloc(sizeof (void *)* optg);
100 if (ts->ts_glob == NULL) {
114 if ((ts->ts_glob[j] = malloc(opts[k++])) == NULL)
120 free(ts->ts_glob[j]);

Completed in 15 milliseconds