Man page - rte_mempool_mem_range_info(3)

Packages contains this manual

Manual

rte_mempool_mem_range_info

NAME
SYNOPSIS
Data Fields
Detailed Description
Field Documentation
void* start
size_t length
bool is_contiguous
Author

NAME

rte_mempool_mem_range_info

SYNOPSIS

#include <rte_mempool.h>

Data Fields

void * start
size_t length
bool is_contiguous

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_t length

Length of the memory range used by mempool objects

Definition at line 1927 of file rte_mempool.h .

bool is_contiguous

Are all memory addresses used by mempool objects contiguous

Definition at line 1929 of file rte_mempool.h .

Author

Generated automatically by Doxygen for DPDK from the source code.