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

/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/i386/
H A Dprofile-md.c204 #ifndef PROFILE_NUM_FUNCS
205 #define PROFILE_NUM_FUNCS 2000 macro
491 func_size = ROUNDUP(PROFILE_NUM_FUNCS * sizeof(struct gfuncs), page_size);
517 func_size = ROUNDUP(PROFILE_NUM_FUNCS * sizeof(struct prof_ext), page_size);

Completed in 6 milliseconds