Home
last modified time | relevance | path

Searched refs:mem_zone (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/zlib/test/
H A Dinfcover.c63 struct mem_zone { struct
75 struct mem_zone *zone = mem; in mem_alloc() argument
115 struct mem_zone *zone = mem; in mem_free()
160 struct mem_zone *zone; in mem_setup()
162 zone = malloc(sizeof(struct mem_zone)); in mem_setup()
178 struct mem_zone *zone = strm->opaque; in mem_limit()
186 struct mem_zone *zone = strm->opaque; in mem_used()
194 struct mem_zone *zone = strm->opaque; in mem_high()
204 struct mem_zone *zone = strm->opaque; in mem_done()
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_ring.c34 ring->mem_zone = NULL; in bnxt_free_ring()
225 tx_ring->mem_zone = (const void *)mz; in bnxt_alloc_rings()
246 rx_ring->mem_zone = (const void *)mz; in bnxt_alloc_rings()
264 rx_ring->mem_zone = (const void *)mz; in bnxt_alloc_rings()
291 cp_ring->mem_zone = (const void *)mz; in bnxt_alloc_rings()
310 nq_ring->mem_zone = (const void *)mz; in bnxt_alloc_rings()
H A Dbnxt_ring.h52 const void *mem_zone; member