Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_malloc.c418 char *ptr3 = rte_zmalloc_socket( in test_realloc_socket() local
420 if (!ptr3){ in test_realloc_socket()
426 if (ptr3[i] != 0){ in test_realloc_socket()
428 rte_free(ptr3); in test_realloc_socket()
435 ptr3, size4, RTE_CACHE_LINE_SIZE, socket); in test_realloc_socket()
438 rte_free(ptr3); in test_realloc_socket()
441 if (ptr3 != ptr4){ in test_realloc_socket()
447 ptr4 = rte_realloc_socket(ptr3, size3 + size2 + size1, in test_realloc_socket()
449 if (ptr3 != ptr4){ in test_realloc_socket()