Searched refs:post_stats (Results 1 – 1 of 1) sorted by relevance
284 rte_malloc_get_socket_stats(socket, &post_stats); in test_multi_alloc_statistics()301 rte_malloc_get_socket_stats(socket,&post_stats); 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()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()[all …]