Searched refs:ptr12 (Results 1 – 1 of 1) sorted by relevance
549 char *ptr12 = rte_realloc_socket( in test_realloc_socket() local551 if (!ptr12){ in test_realloc_socket()555 if (rte_malloc_validate(ptr12, &size12_check) < 0 || in test_realloc_socket()557 rte_free(ptr12); in test_realloc_socket()560 rte_free(ptr12); in test_realloc_socket()563 ptr12 = rte_realloc(NULL, size12, RTE_CACHE_LINE_SIZE); in test_realloc_socket()564 if (!ptr12) { in test_realloc_socket()568 if (rte_malloc_validate(ptr12, &size12_check) < 0 || in test_realloc_socket()570 rte_free(ptr12); in test_realloc_socket()573 rte_free(ptr12); in test_realloc_socket()