Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_compressdev.c1910 char *contig_buf = NULL; in test_results_validation() local
1935 contig_buf = rte_malloc(NULL, ops_processed[i]->produced, 0); in test_results_validation()
1936 if (contig_buf == NULL) { in test_results_validation()
1943 ops_processed[i]->produced, contig_buf); in test_results_validation()
1961 rte_free(contig_buf); in test_results_validation()
1962 contig_buf = NULL; in test_results_validation()
1967 rte_free(contig_buf); in test_results_validation()
2009 char *contig_buf = NULL; in test_deflate_comp_decomp() local
2165 rte_free(contig_buf); in test_deflate_comp_decomp()