Home
last modified time | relevance | path

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

/external/fio/
Dsmalloc.c370 static void *__smalloc_pool(struct pool *pool, size_t size) in __smalloc_pool() function
439 ptr = __smalloc_pool(pool, alloc_size); in smalloc_pool()