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

/freebsd-12-stable/contrib/jemalloc/src/
H A Dtsd.c12 static unsigned ncleanups; variable
178 for (i = 0; i < ncleanups; i++) {
184 for (i = 0; i < ncleanups; i++) {
198 assert(ncleanups < MALLOC_TSD_CLEANUPS_MAX);
199 cleanups[ncleanups] = f;
200 ncleanups++;
262 ncleanups = 0;

Completed in 101 milliseconds