Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_malloc.c271 struct rte_malloc_socket_stats pre_stats, post_stats ,first_stats, second_stats; in test_multi_alloc_statistics() local
326 rte_malloc_get_socket_stats(socket,&second_stats); in test_multi_alloc_statistics()
334 if(second_stats.heap_totalsz_bytes != first_stats.heap_totalsz_bytes) { in test_multi_alloc_statistics()
339 if(second_stats.heap_allocsz_bytes != in test_multi_alloc_statistics()
345 if (second_stats.alloc_count != first_stats.alloc_count + 1) { in test_multi_alloc_statistics()
350 if (second_stats.free_count != first_stats.free_count){ in test_multi_alloc_statistics()
361 if (first_stats.heap_freesz_bytes <= second_stats.heap_freesz_bytes) { in test_multi_alloc_statistics()