Lines Matching refs:post_stats
271 struct rte_malloc_socket_stats pre_stats, post_stats ,first_stats, second_stats; in test_multi_alloc_statistics() local
285 rte_malloc_get_socket_stats(socket, &post_stats); in test_multi_alloc_statistics()
288 overhead = post_stats.heap_allocsz_bytes - pre_stats.heap_allocsz_bytes; in test_multi_alloc_statistics()
302 rte_malloc_get_socket_stats(socket,&post_stats); in test_multi_alloc_statistics()
305 if ((post_stats.heap_totalsz_bytes != pre_stats.heap_totalsz_bytes) && in test_multi_alloc_statistics()
306 (post_stats.heap_freesz_bytes!=pre_stats.heap_freesz_bytes) && in test_multi_alloc_statistics()
307 (post_stats.heap_allocsz_bytes!=pre_stats.heap_allocsz_bytes)&& in test_multi_alloc_statistics()
308 (post_stats.alloc_count!=pre_stats.alloc_count)&& in test_multi_alloc_statistics()
309 (post_stats.free_count!=pre_stats.free_count)) { in test_multi_alloc_statistics()
332 rte_malloc_get_socket_stats(socket, &post_stats); in test_multi_alloc_statistics()
356 if (post_stats.greatest_free_size != pre_stats.greatest_free_size) { in test_multi_alloc_statistics()
366 if ((post_stats.heap_totalsz_bytes != pre_stats.heap_totalsz_bytes) && in test_multi_alloc_statistics()
367 (post_stats.heap_freesz_bytes!=pre_stats.heap_freesz_bytes) && in test_multi_alloc_statistics()
368 (post_stats.heap_allocsz_bytes!=pre_stats.heap_allocsz_bytes)&& in test_multi_alloc_statistics()
369 (post_stats.alloc_count!=pre_stats.alloc_count)&& in test_multi_alloc_statistics()
370 (post_stats.free_count!=pre_stats.free_count)) { in test_multi_alloc_statistics()