Searched refs:ncleanups (Results 1 – 1 of 1) sorted by relevance
12 static unsigned ncleanups; variable337 for (i = 0; i < ncleanups; i++) { in _malloc_thread_cleanup()343 for (i = 0; i < ncleanups; i++) { in _malloc_thread_cleanup()357 assert(ncleanups < MALLOC_TSD_CLEANUPS_MAX); in malloc_tsd_cleanup_register()358 cleanups[ncleanups] = f; in malloc_tsd_cleanup_register()359 ncleanups++; in malloc_tsd_cleanup_register()421 ncleanups = 0; in malloc_tsd_boot0()