Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_malloc.c531 char *ptr11 = rte_realloc_socket( in test_realloc_socket() local
533 if (!ptr11){ in test_realloc_socket()
538 if (ptr11 == ptr10){ in test_realloc_socket()
540 rte_free(ptr11); in test_realloc_socket()
543 rte_free(ptr11); in test_realloc_socket()