Home
last modified time | relevance | path

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

/xnu-8020.121.3/libkern/kxld/
H A Dkxld_array.c43 static KXLDArrayPool * pool_create(size_t capacity);
157 pool = pool_create(array->pool_capacity); in array_init()
176 pool_create(size_t capacity) in pool_create() function
401 pool = pool_create(array->pool_capacity); in kxld_array_resize()