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_mempool_mem_range_info

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                   rte_mempool_mem_range_info(3)

Detailed Description

       A structure used to retrieve information about the memory range of the mempool.

       Definition at line 1923 of file rte_mempool.h.

Field Documentation

void*start
       Start of the memory range used by mempool objects

       Definition at line 1925 of file rte_mempool.h.

   size_tlength
       Length of the memory range used by mempool objects

       Definition at line 1927 of file rte_mempool.h.

   boolis_contiguous
       Are all memory addresses used by mempool objects contiguous

       Definition at line 1929 of file rte_mempool.h.

Name

       rte_mempool_mem_range_info

Synopsis

       #include <rte_mempool.h>

   DataFields
       void * start
       size_t length
       bool is_contiguous

See Also