Searched refs:mem_pool (Results 1 – 1 of 1) sorted by relevance
65 void *mem_pool; member130 return cmdbuf->mem_pool + offset; in nine_queue_get()204 return cmdbuf->mem_pool + offset; in nine_queue_alloc()238 ctx->pool[i].mem_pool = MALLOC(NINE_QUEUE_SIZE); in nine_queue_create()239 if (!ctx->pool[i].mem_pool) in nine_queue_create()256 if (ctx->pool[i].mem_pool) in nine_queue_create()257 FREE(ctx->pool[i].mem_pool); in nine_queue_create()272 FREE(ctx->pool[i].mem_pool); in nine_queue_delete()