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

/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.h397 void *(*alloc_pages)(size_t); /* pointer to _profile_alloc_pages */ member in struct:profile_md
H A Dprofile-asm.s581 LCL(alloc_pages) = LCL(dummy_ptr)+4 /* allocate more memory */
582 LCL(num_buffer) = LCL(alloc_pages)+4 /* buffer to convert 64 bit ints in */
635 #define V_alloc_pages LCL(alloc_pages)
H A Dprofile-md.c445 pv->md.alloc_pages = _profile_alloc_pages;

Completed in 26 milliseconds