|
DPDK 26.03.0-rc2
|
#include <rte_mempool.h>
Data Fields | |
| void * | start |
| size_t | length |
| bool | is_contiguous |
A structure used to retrieve information about the memory range of the mempool.
Definition at line 1916 of file rte_mempool.h.
| void* start |
Start of the memory range used by mempool objects
Definition at line 1918 of file rte_mempool.h.
| size_t length |
Length of the memory range used by mempool objects
Definition at line 1920 of file rte_mempool.h.
| bool is_contiguous |
Are all memory addresses used by mempool objects contiguous
Definition at line 1922 of file rte_mempool.h.