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

/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/i386/
H A Dprofile-md.c363 size_t func_size;
491 func_size = ROUNDUP(PROFILE_NUM_FUNCS * sizeof(struct gfuncs), page_size);
496 + func_size
507 ptr = _profile_md_acontext(pv, ptr, func_size, ACONTEXT_GFUNC);
517 func_size = ROUNDUP(PROFILE_NUM_FUNCS * sizeof(struct prof_ext), page_size);
520 ptr = _profile_alloc_pages(func_size
524 ptr = _profile_md_acontext(pv, ptr, func_size, ACONTEXT_PROF);
360 size_t func_size; local

Completed in 27 milliseconds