Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_malloc.c391 const unsigned size3 = size2; in test_realloc_socket() local
392 const unsigned size4 = size3 + 1024; in test_realloc_socket()
428 NULL, size3, RTE_CACHE_LINE_SIZE, socket); in test_realloc_socket()
434 for (i = 0; i < size3; i++) in test_realloc_socket()
456 ptr4 = rte_realloc_socket(ptr3, size3 + size2 + size1, in test_realloc_socket()