Searched refs:temp_allocs (Results 1 – 1 of 1) sorted by relevance
1280 long temp_allocs, temp_bytes; in malloc_uninit() local1307 temp_allocs = temp_bytes = 0; in malloc_uninit()1310 temp_allocs += mtsp->mts_numallocs; in malloc_uninit()1311 temp_allocs -= mtsp->mts_numfrees; in malloc_uninit()1315 if (temp_allocs > 0 || temp_bytes > 0) { in malloc_uninit()1318 temp_allocs, temp_bytes); in malloc_uninit()