Searched refs:ptr7 (Results 1 – 1 of 1) sorted by relevance
483 char *ptr7 = rte_malloc_socket(NULL, size7, orig_align, socket); in test_realloc_socket() local484 if (!ptr7){ in test_realloc_socket()489 while(RTE_PTR_ALIGN(ptr7, new_align) == ptr7) in test_realloc_socket()491 char *ptr8 = rte_realloc_socket(ptr7, size7, new_align, socket); in test_realloc_socket()494 rte_free(ptr7); in test_realloc_socket()