Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_malloc.c270 struct rte_malloc_socket_stats pre_stats, post_stats ,first_stats, second_stats; in test_multi_alloc_statistics() local
325 rte_malloc_get_socket_stats(socket,&second_stats); in test_multi_alloc_statistics()
333 if(second_stats.heap_totalsz_bytes != first_stats.heap_totalsz_bytes) { in test_multi_alloc_statistics()
338 if(second_stats.heap_allocsz_bytes != in test_multi_alloc_statistics()
344 if (second_stats.alloc_count != first_stats.alloc_count + 1) { in test_multi_alloc_statistics()
349 if (second_stats.free_count != first_stats.free_count){ in test_multi_alloc_statistics()
360 if (first_stats.heap_freesz_bytes <= second_stats.heap_freesz_bytes) { in test_multi_alloc_statistics()