Searched refs:nmctx_malloc (Results 1 – 4 of 4) sorted by relevance
/freebsd/lib/libnetmap/ |
H A D | nmport.c | 82 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 D | nmctx.c | 117 nmctx_malloc(struct nmctx *ctx, size_t sz) in nmctx_malloc() function
|
H A D | libnetmap.h | 708 void *nmctx_malloc(struct nmctx *, size_t);
|
H A D | nmreq.c | 581 w = nmctx_malloc(ctx, len + 1); in nmreq_options_decode()
|