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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
H A Dnestegg.c490 ne_pool_alloc(size_t size, struct pool_ctx * pool) function
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);

Completed in 61 milliseconds