Searched refs:new_align (Results 1 – 1 of 1) sorted by relevance
482 unsigned new_align = RTE_CACHE_LINE_SIZE * 2; in test_realloc_socket() local489 while(RTE_PTR_ALIGN(ptr7, new_align) == ptr7) in test_realloc_socket()490 new_align *= 2; in test_realloc_socket()491 char *ptr8 = rte_realloc_socket(ptr7, size7, new_align, socket); in test_realloc_socket()497 if (RTE_PTR_ALIGN(ptr8, new_align) != ptr8){ in test_realloc_socket()