Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_malloc.c491 unsigned new_align = RTE_CACHE_LINE_SIZE * 2; in test_realloc_socket() local
498 while(RTE_PTR_ALIGN(ptr7, new_align) == ptr7) in test_realloc_socket()
499 new_align *= 2; in test_realloc_socket()
500 char *ptr8 = rte_realloc_socket(ptr7, size7, new_align, socket); in test_realloc_socket()
506 if (RTE_PTR_ALIGN(ptr8, new_align) != ptr8){ in test_realloc_socket()