Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_malloc.c548 size_t size12_check; in test_realloc_socket() local
555 if (rte_malloc_validate(ptr12, &size12_check) < 0 || in test_realloc_socket()
556 size12_check != size12){ in test_realloc_socket()
568 if (rte_malloc_validate(ptr12, &size12_check) < 0 || in test_realloc_socket()
569 size12_check != size12) { in test_realloc_socket()