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

/xnu-2422.115.4/libkern/kxld/
H A Dkxld_util.h147 void * kxld_page_alloc_untracked(size_t size)
H A Dkxld_util.c154 kxld_page_alloc_untracked(size_t size) function
185 ptr = kxld_page_alloc_untracked(size);
212 return kxld_page_alloc_untracked(size);
H A Dkxld.c478 linked_object = kxld_page_alloc_untracked(vmsize);

Completed in 74 milliseconds