Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dtsd.c7 static unsigned ncleanups; variable
45 for (i = 0; i < ncleanups; i++) in _malloc_thread_cleanup()
50 for (i = 0; i < ncleanups; i++) { in _malloc_thread_cleanup()
65 assert(ncleanups < MALLOC_TSD_CLEANUPS_MAX); in malloc_tsd_cleanup_register()
66 cleanups[ncleanups] = f; in malloc_tsd_cleanup_register()
67 ncleanups++; in malloc_tsd_cleanup_register()
114 ncleanups = 0; in malloc_tsd_boot0()