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

/darwin-on-arm/xnu/osfmk/profiling/
H A Dprofile-internal.h336 extern void *_profile_alloc_pages (size_t);
H A Dprofile-mk.c51 _profile_alloc_pages (size_t size) function
62 panic("Call to _profile_alloc_pages while profiling is running.");
/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.c249 _profile_alloc_pages (size_t size)
260 panic("Call to _profile_alloc_pages while profiling is running.");
445 pv->md.alloc_pages = _profile_alloc_pages;
461 ptr = _profile_alloc_pages(misc_size + callback_size);
489 ptr = _profile_alloc_pages(arc_size
514 ptr = _profile_alloc_pages(func_size
248 _profile_alloc_pages (size_t size) function

Completed in 7 milliseconds