Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_malloc.c540 char *ptr12 = rte_realloc_socket( in test_realloc_socket() local
542 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()