Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dtsd.c12 static unsigned ncleanups; variable
178 for (i = 0; i < ncleanups; i++) { in _malloc_thread_cleanup()
184 for (i = 0; i < ncleanups; i++) { in _malloc_thread_cleanup()
198 assert(ncleanups < MALLOC_TSD_CLEANUPS_MAX); in malloc_tsd_cleanup_register()
199 cleanups[ncleanups] = f; in malloc_tsd_cleanup_register()
200 ncleanups++; in malloc_tsd_cleanup_register()
262 ncleanups = 0; in malloc_tsd_boot0()