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

/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_array.c43 static KXLDArrayPool * pool_create(size_t capacity);
157 pool = pool_create(array->pool_capacity);
176 pool_create(size_t capacity) function
394 pool = pool_create(array->pool_capacity);

Completed in 24 milliseconds