logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_malloc_socket_stats

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                      rte_malloc_socket_stats(3)

Detailed Description

       Structure to hold heap statistics obtained from rte_malloc_get_socket_stats function.

       Definition at line 25 of file rte_malloc.h.

Field Documentation

size_theap_totalsz_bytes
       Total bytes on heap

       Definition at line 26 of file rte_malloc.h.

   size_theap_freesz_bytes
       Total free bytes on heap

       Definition at line 27 of file rte_malloc.h.

   size_tgreatest_free_size
       Size in bytes of largest free block

       Definition at line 28 of file rte_malloc.h.

   unsignedfree_count
       Number of free elements on heap

       Definition at line 29 of file rte_malloc.h.

   unsignedalloc_count
       Number of allocated elements on heap

       Definition at line 30 of file rte_malloc.h.

   size_theap_allocsz_bytes
       Total allocated bytes on heap

       Definition at line 31 of file rte_malloc.h.

Name

       rte_malloc_socket_stats

Synopsis

       #include <rte_malloc.h>

   DataFields
       size_t heap_totalsz_bytes
       size_t heap_freesz_bytes
       size_t greatest_free_size
       unsigned free_count
       unsigned alloc_count
       size_t heap_allocsz_bytes

See Also