Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_malloc.c279 rte_malloc_get_socket_stats(socket, &pre_stats); in test_multi_alloc_statistics()
294 rte_malloc_get_socket_stats(socket, &pre_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()
316 rte_malloc_get_socket_stats(socket,&pre_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 …]