Lines Matching refs:post_stats
270 struct rte_malloc_socket_stats pre_stats, post_stats ,first_stats, second_stats; in test_multi_alloc_statistics() local
284 rte_malloc_get_socket_stats(socket, &post_stats); in test_multi_alloc_statistics()
287 overhead = post_stats.heap_allocsz_bytes - pre_stats.heap_allocsz_bytes; in test_multi_alloc_statistics()
301 rte_malloc_get_socket_stats(socket,&post_stats); in test_multi_alloc_statistics()
304 if ((post_stats.heap_totalsz_bytes != pre_stats.heap_totalsz_bytes) && in test_multi_alloc_statistics()
305 (post_stats.heap_freesz_bytes!=pre_stats.heap_freesz_bytes) && in test_multi_alloc_statistics()
306 (post_stats.heap_allocsz_bytes!=pre_stats.heap_allocsz_bytes)&& in test_multi_alloc_statistics()
307 (post_stats.alloc_count!=pre_stats.alloc_count)&& in test_multi_alloc_statistics()
308 (post_stats.free_count!=pre_stats.free_count)) { in test_multi_alloc_statistics()
331 rte_malloc_get_socket_stats(socket, &post_stats); in test_multi_alloc_statistics()
355 if (post_stats.greatest_free_size != pre_stats.greatest_free_size) { in test_multi_alloc_statistics()
365 if ((post_stats.heap_totalsz_bytes != pre_stats.heap_totalsz_bytes) && in test_multi_alloc_statistics()
366 (post_stats.heap_freesz_bytes!=pre_stats.heap_freesz_bytes) && in test_multi_alloc_statistics()
367 (post_stats.heap_allocsz_bytes!=pre_stats.heap_allocsz_bytes)&& in test_multi_alloc_statistics()
368 (post_stats.alloc_count!=pre_stats.alloc_count)&& in test_multi_alloc_statistics()
369 (post_stats.free_count!=pre_stats.free_count)) { in test_multi_alloc_statistics()