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

/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/i386/
H A Dprofile-asm.s328 LCL(C_max) = 32 /* # allocation contexts */
333 #define C_max LCL(C_max) define
502 LCL(bogus_func) = LCL(acontext)+4*C_max /* function to use if gprof arc is bad */
555 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 */
557 LCL(wasted) = LCL(num_context)+4*C_max /* # bytes wasted */
558 LCL(overhead) = LCL(wasted)+4*C_max /* # bytes of overhead */
559 LCL(buckets) = LCL(overhead)+4*C_max /* # hash indexes that have n buckets */

Completed in 19 milliseconds