Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_malloc.c305 (post_stats.heap_freesz_bytes!=pre_stats.heap_freesz_bytes) && in test_multi_alloc_statistics()
360 if (first_stats.heap_freesz_bytes <= second_stats.heap_freesz_bytes) { in test_multi_alloc_statistics()
366 (post_stats.heap_freesz_bytes!=pre_stats.heap_freesz_bytes) && in test_multi_alloc_statistics()
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_malloc.h28 size_t heap_freesz_bytes; /**< Total free bytes on heap */ member
/f-stack/dpdk/lib/librte_eal/common/
H A Dmalloc_heap.c1038 socket_stats->heap_freesz_bytes = 0; in malloc_heap_get_stats()
1047 socket_stats->heap_freesz_bytes += elem->size; in malloc_heap_get_stats()
1055 socket_stats->heap_freesz_bytes); in malloc_heap_get_stats()
H A Drte_malloc.c336 fprintf(f, "\tFree_size:%zu,\n", sock_stats.heap_freesz_bytes); in rte_malloc_dump_stats()
/f-stack/dpdk/app/test-flow-perf/
H A Dmain.c785 free += socket_stats.heap_freesz_bytes; in dump_socket_mem()
800 socket_stats.heap_freesz_bytes / 1.0e6, in dump_socket_mem()
/f-stack/dpdk/app/test-pmd/
H A Dcmdline.c9534 free += socket_stats.heap_freesz_bytes; in dump_socket_mem()
9544 (double)socket_stats.heap_freesz_bytes / (1024 * 1024), in dump_socket_mem()