Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_malloc.c539 size_t size12_check; in test_realloc_socket() local
546 if (rte_malloc_validate(ptr12, &size12_check) < 0 || in test_realloc_socket()
547 size12_check != size12){ in test_realloc_socket()
559 if (rte_malloc_validate(ptr12, &size12_check) < 0 || in test_realloc_socket()
560 size12_check != size12) { in test_realloc_socket()