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

  /external/libvpx/libvpx/nestegg/src/
nestegg.c 474 ne_pool_alloc(size_t size, struct pool_ctx * pool) function
684 str = ne_pool_alloc(length + 1, ctx->alloc_pool);
698 val->data = ne_pool_alloc(length, ctx->alloc_pool);
885 node = ne_pool_alloc(sizeof(*node), ctx->alloc_pool);
887 node->data = ne_pool_alloc(desc->size, ctx->alloc_pool);
    [all...]

Completed in 53 milliseconds