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