CNDP
22.08.0
|
#include <cne_mmap.h>
Data Fields | |
uint64_t | page_sz |
uint64_t | num_allocated |
uint64_t | num_freed |
uint64_t | allocated |
uint64_t | freed |
A set of stats for mmap allocation/free and other stats
Definition at line 39 of file cne_mmap.h.
uint64_t page_sz |
Page size to allocate in bytes
Definition at line 40 of file cne_mmap.h.
uint64_t num_allocated |
Number of allocated memory
Definition at line 41 of file cne_mmap.h.
uint64_t num_freed |
Number of freed memory
Definition at line 42 of file cne_mmap.h.
uint64_t allocated |
Number of times memory has been allocated
Definition at line 43 of file cne_mmap.h.
uint64_t freed |
Number of times memory has been freed
Definition at line 44 of file cne_mmap.h.