Searched refs:wasted (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.c335 pv->stats.wasted[type] += plist->bytes_free;
1133 len = sprintf (buf, "%lu", (long unsigned)stats->wasted[ac]);
1157 width_wasted, (long unsigned)stats->wasted[ac],
1220 if (old_stats->wasted[i] < new_stats->wasted[i])
1221 old_stats->wasted[i] = new_stats->wasted[i];
H A Dprofile-md.h371 prof_uptrint_t wasted [(int)ACONTEXT_MAX]; /* wasted bytes */ member in struct:profile_stats
H A Dprofile-asm.s557 LCL(wasted) = LCL(num_context)+4*C_max /* # bytes wasted */
558 LCL(overhead) = LCL(wasted)+4*C_max /* # bytes of overhead */
661 #define V_wasted LCL(wasted)

Completed in 74 milliseconds