Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_external_mem.c275 const struct rte_memzone *mz = NULL, *contig_mz = NULL; in test_malloc_basic() local
350 contig_mz = rte_memzone_reserve("heap_test_contig", pgsz * 2, socket_id, in test_malloc_basic()
352 if ((iova == NULL) != (contig_mz == NULL)) { in test_malloc_basic()
367 rte_memzone_free(contig_mz); in test_malloc_basic()
368 contig_mz = NULL; in test_malloc_basic()
383 rte_memzone_free(contig_mz); in test_malloc_basic()