DPDK
16.04.0
|
#include <rte_mempool.h>
Data Fields | |
struct rte_mempool * | mp |
Mempool object header structure
Each object stored in mempools are prefixed by this header structure, it allows to retrieve the mempool pointer from the object. When debug is enabled, a cookie is also added in this structure preventing corruptions and double-frees.
Definition at line 159 of file rte_mempool.h.
struct rte_mempool* mp |
The mempool owning the object.
Definition at line 160 of file rte_mempool.h.