| rte_mempool_mem_range_info(3) | Library Functions Manual | rte_mempool_mem_range_info(3) |
rte_mempool_mem_range_info
#include <rte_mempool.h>
void * start
size_t length
bool is_contiguous
A structure used to retrieve information about the memory range of the mempool.
Definition at line 1923 of file rte_mempool.h.
Start of the memory range used by mempool objects
Definition at line 1925 of file rte_mempool.h.
Length of the memory range used by mempool objects
Definition at line 1927 of file rte_mempool.h.
Are all memory addresses used by mempool objects contiguous
Definition at line 1929 of file rte_mempool.h.
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |