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

/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dtsd.c7 static unsigned ncleanups; variable
42 for (i = 0; i < ncleanups; i++)
47 for (i = 0; i < ncleanups; i++) {
61 assert(ncleanups < MALLOC_TSD_CLEANUPS_MAX);
62 cleanups[ncleanups] = f;
63 ncleanups++;
115 ncleanups = 0;

Completed in 24 milliseconds