Searched refs:ptr12 (Results 1 – 1 of 1) sorted by relevance
540 char *ptr12 = rte_realloc_socket( in test_realloc_socket() local542 if (!ptr12){ in test_realloc_socket()546 if (rte_malloc_validate(ptr12, &size12_check) < 0 || in test_realloc_socket()548 rte_free(ptr12); in test_realloc_socket()551 rte_free(ptr12); in test_realloc_socket()554 ptr12 = rte_realloc(NULL, size12, RTE_CACHE_LINE_SIZE); in test_realloc_socket()555 if (!ptr12) { in test_realloc_socket()559 if (rte_malloc_validate(ptr12, &size12_check) < 0 || in test_realloc_socket()561 rte_free(ptr12); in test_realloc_socket()564 rte_free(ptr12); in test_realloc_socket()