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

/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.c1129 len = sprintf (buf, "%lu", (long unsigned)stats->num_alloc[ac]);
1156 width_alloc, (long unsigned)stats->num_alloc[ac],
1211 if (old_stats->num_alloc[i] < new_stats->num_alloc[i])
1212 old_stats->num_alloc[i] = new_stats->num_alloc[i];
H A Dprofile-md.h368 prof_uptrint_t num_alloc [(int)ACONTEXT_MAX]; /* # allocations */ member in struct:profile_stats
H A Dprofile-asm.s554 LCL(num_alloc) = LCL(gprof_overflow)+8 /* # allocations in each context */
555 LCL(bytes_alloc) = LCL(num_alloc)+4*C_max /* bytes allocated in each context */
652 #define V_num_alloc LCL(num_alloc)

Completed in 29 milliseconds