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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
H A Dnestegg.c299 struct pool_ctx * alloc_pool; member in struct:nestegg
701 str = ne_pool_alloc(alloc_size, ctx->alloc_pool);
716 val->data = ne_pool_alloc(val->length, ctx->alloc_pool);
919 node = ne_pool_alloc(sizeof(*node), ctx->alloc_pool);
921 node->data = ne_pool_alloc(desc->size, ctx->alloc_pool);
1666 ctx->alloc_pool = ne_pool_init();
1715 ctx->alloc_pool = ne_pool_init();
1786 ne_pool_destroy(ctx->alloc_pool);

Completed in 33 milliseconds