Home
last modified time | relevance | path

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

/freebsd/lib/libnetmap/
H A Dnmport.c82 d = nmctx_malloc(ctx, sizeof(*d)); in nmport_new_with_ctx()
144 clnup = (struct nmport_cleanup_d *)nmctx_malloc(ctx, sizeof(*clnup)); in nmport_extmem()
151 d->extmem = nmctx_malloc(ctx, sizeof(*d->extmem)); in nmport_extmem()
195 clnup = nmctx_malloc(ctx, sizeof(*clnup)); in nmport_extmem_from_file()
273 clnup = nmctx_malloc(ctx, sizeof(*clnup)); in nmport_offset()
280 opt = nmctx_malloc(ctx, sizeof(*opt)); in nmport_offset()
682 m = nmctx_malloc(ctx, sizeof(*m)); in nmport_mmap()
H A Dnmctx.c117 nmctx_malloc(struct nmctx *ctx, size_t sz) in nmctx_malloc() function
H A Dlibnetmap.h708 void *nmctx_malloc(struct nmctx *, size_t);
H A Dnmreq.c581 w = nmctx_malloc(ctx, len + 1); in nmreq_options_decode()