Loading...
Searching...
No Matches
spdk_env_dpdk_mem_stats Struct Reference

Memory allocation statistics. More...

#include <env_dpdk.h>

Data Fields

uint64_t heap_totalsz_bytes
 Total bytes on heap.
 
uint64_t heap_freesz_bytes
 Total free bytes on heap.
 
uint64_t greatest_free_size
 Size in bytes of largest free block.
 
uint64_t heap_allocsz_bytes
 Total allocated bytes on heap.
 
uint32_t free_count
 Number of free elements on heap.
 
uint32_t alloc_count
 Number of allocated elements on heap.
 

Detailed Description

Memory allocation statistics.


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