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

/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.c357 size_t func_size;
485 func_size = ROUNDUP(PROFILE_NUM_FUNCS * sizeof(struct gfuncs), page_size);
490 + func_size
501 ptr = _profile_md_acontext(pv, ptr, func_size, ACONTEXT_GFUNC);
511 func_size = ROUNDUP(PROFILE_NUM_FUNCS * sizeof(struct prof_ext), page_size);
514 ptr = _profile_alloc_pages(func_size
518 ptr = _profile_md_acontext(pv, ptr, func_size, ACONTEXT_PROF);
354 size_t func_size; local

Completed in 94 milliseconds