Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_external_mem.c287 const struct rte_memzone *mz = NULL, *contig_mz = NULL; in test_malloc_basic() local
362 contig_mz = rte_memzone_reserve("heap_test_contig", pgsz * 2, socket_id, in test_malloc_basic()
364 if ((iova == NULL) != (contig_mz == NULL)) { in test_malloc_basic()
379 rte_memzone_free(contig_mz); in test_malloc_basic()
380 contig_mz = NULL; in test_malloc_basic()
395 rte_memzone_free(contig_mz); in test_malloc_basic()