Home
last modified time | relevance | path

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

/spdk/test/env/mem_callbacks/
H A Dmem_callbacks.c90 void *buf1, *buf2, *buf3, *buf4; in test() local
141 buf4 = rte_malloc(NULL, len4, 0); in test()
142 verify_buffer(buf4, len4); in test()
144 printf("free %p %ju\n", buf4, len4); in test()
145 rte_free(buf4); in test()