Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_malloc.c474 char *ptr6 = rte_realloc_socket( in test_realloc_socket() local
476 if (!ptr6){ in test_realloc_socket()
481 if (ptr5 != ptr6){ in test_realloc_socket()
483 rte_free(ptr6); in test_realloc_socket()
486 rte_free(ptr6); in test_realloc_socket()