Searched refs:ncleanups (Results 1 – 1 of 1) sorted by relevance
12 static unsigned ncleanups; variable178 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()