Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_compressdev.c1908 char *contig_buf = NULL; in test_results_validation() local
1933 contig_buf = rte_malloc(NULL, ops_processed[i]->produced, 0); in test_results_validation()
1934 if (contig_buf == NULL) { in test_results_validation()
1941 ops_processed[i]->produced, contig_buf); in test_results_validation()
1959 rte_free(contig_buf); in test_results_validation()
1960 contig_buf = NULL; in test_results_validation()
1965 rte_free(contig_buf); in test_results_validation()
2007 char *contig_buf = NULL; in test_deflate_comp_decomp() local
2162 rte_free(contig_buf); in test_deflate_comp_decomp()