Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_malloc.c306 (post_stats.heap_freesz_bytes!=pre_stats.heap_freesz_bytes) && in test_multi_alloc_statistics()
361 if (first_stats.heap_freesz_bytes <= second_stats.heap_freesz_bytes) { in test_multi_alloc_statistics()
367 (post_stats.heap_freesz_bytes!=pre_stats.heap_freesz_bytes) && in test_multi_alloc_statistics()
/dpdk/lib/eal/include/
H A Drte_malloc.h28 size_t heap_freesz_bytes; /**< Total free bytes on heap */ member
/dpdk/lib/eal/common/
H A Dmalloc_heap.c1107 socket_stats->heap_freesz_bytes = 0; in malloc_heap_get_stats()
1116 socket_stats->heap_freesz_bytes += elem->size; in malloc_heap_get_stats()
1124 socket_stats->heap_freesz_bytes); in malloc_heap_get_stats()
H A Drte_malloc.c345 fprintf(f, "\tFree_size:%zu,\n", sock_stats.heap_freesz_bytes); in rte_malloc_dump_stats()
H A Deal_common_memory.c1146 rte_tel_data_add_dict_u64(d, "Free_size", sock_stats.heap_freesz_bytes); in handle_eal_heap_info_request()
/dpdk/app/test-flow-perf/
H A Dmain.c993 free += socket_stats.heap_freesz_bytes; in dump_socket_mem()
1008 socket_stats.heap_freesz_bytes / 1.0e6, in dump_socket_mem()
/dpdk/app/test-pmd/
H A Dcmdline.c9973 free += socket_stats.heap_freesz_bytes; in dump_socket_mem()
9983 (double)socket_stats.heap_freesz_bytes / (1024 * 1024), in dump_socket_mem()