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

/freebsd-11-stable/contrib/jemalloc/src/
H A Dtsd.c7 static unsigned ncleanups; variable
45 for (i = 0; i < ncleanups; i++)
50 for (i = 0; i < ncleanups; i++) {
65 assert(ncleanups < MALLOC_TSD_CLEANUPS_MAX);
66 cleanups[ncleanups] = f;
67 ncleanups++;
114 ncleanups = 0;

Completed in 98 milliseconds