CNDP  22.08.0
mmap_sizes_t Struct Reference

#include <cne_mmap.h>

Data Fields

uint64_t page_sz
 
uint64_t num_allocated
 
uint64_t num_freed
 
uint64_t allocated
 
uint64_t freed
 

Detailed Description

A set of stats for mmap allocation/free and other stats

Examples
examples/cli/main.c.

Definition at line 39 of file cne_mmap.h.

Field Documentation

◆ page_sz

uint64_t page_sz

Page size to allocate in bytes

Definition at line 40 of file cne_mmap.h.

◆ num_allocated

uint64_t num_allocated

Number of allocated memory

Definition at line 41 of file cne_mmap.h.

◆ num_freed

uint64_t num_freed

Number of freed memory

Definition at line 42 of file cne_mmap.h.

◆ allocated

uint64_t allocated

Number of times memory has been allocated

Definition at line 43 of file cne_mmap.h.

◆ freed

uint64_t freed

Number of times memory has been freed

Definition at line 44 of file cne_mmap.h.


The documentation for this struct was generated from the following file: