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

/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.c1154 (long unsigned)stats->bytes_alloc[ac],
1214 if (old_stats->bytes_alloc[i] < new_stats->bytes_alloc[i])
1215 old_stats->bytes_alloc[i] = new_stats->bytes_alloc[i];
H A Dprofile-md.h369 prof_uptrint_t bytes_alloc[(int)ACONTEXT_MAX]; /* bytes allocated */ member in struct:profile_stats
H A Dprofile-asm.s555 LCL(bytes_alloc) = LCL(num_alloc)+4*C_max /* bytes allocated in each context */
556 LCL(num_context) = LCL(bytes_alloc)+4*C_max /* # allocation context blocks */
637 #define V_bytes_alloc LCL(bytes_alloc)

Completed in 17 milliseconds