HomeSort by relevance Sort by last modified time
    Searched full:pool_get (Results 1 - 1 of 1) sorted by null

  /device/linaro/bootloader/edk2/StdLib/Include/sys/
pool.h 263 void *pool_get(struct pool *, int);
274 #define pool_get(h, f) _pool_get((h), (f), __FILE__, __LINE__) macro

Completed in 276 milliseconds