Home
last modified time | relevance | path

Searched refs:kxld_page_alloc (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.141.1/libkern/kxld/
H A Dkxld_util.h148 void * kxld_page_alloc(size_t size)
H A Dkxld_array.c183 pool->buffer = kxld_page_alloc(capacity); in pool_create()
H A Dkxld_util.c224 kxld_page_alloc(size_t size) in kxld_page_alloc() function