Searched refs:temp_bytes (Results 1 – 1 of 1) sorted by relevance
1232 long temp_allocs, temp_bytes; in malloc_uninit() local1259 temp_allocs = temp_bytes = 0; in malloc_uninit()1264 temp_bytes += mtsp->mts_memalloced; in malloc_uninit()1265 temp_bytes -= mtsp->mts_memfreed; in malloc_uninit()1267 if (temp_allocs > 0 || temp_bytes > 0) { in malloc_uninit()1270 temp_allocs, temp_bytes); in malloc_uninit()