Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_malloc.c427 char *ptr3 = rte_zmalloc_socket( in test_realloc_socket() local
429 if (!ptr3){ in test_realloc_socket()
435 if (ptr3[i] != 0){ in test_realloc_socket()
437 rte_free(ptr3); in test_realloc_socket()
444 ptr3, size4, RTE_CACHE_LINE_SIZE, socket); in test_realloc_socket()
447 rte_free(ptr3); in test_realloc_socket()
450 if (ptr3 != ptr4){ in test_realloc_socket()
456 ptr4 = rte_realloc_socket(ptr3, size3 + size2 + size1, in test_realloc_socket()
458 if (ptr3 != ptr4){ in test_realloc_socket()