RADLib
RADical C++ application framework
rad_memory_stats Struct Reference

#include <radekernel.h>

Public Attributes

uint64_t allocations
 
uint64_t frees
 
uint64_t bytes_allocated
 
uint64_t bytes_freed
 
uint64_t bytes_live
 
uint64_t peak_bytes_live
 

Member Data Documentation

◆ allocations

uint64_t rad_memory_stats::allocations

◆ bytes_allocated

uint64_t rad_memory_stats::bytes_allocated

◆ bytes_freed

uint64_t rad_memory_stats::bytes_freed

◆ bytes_live

uint64_t rad_memory_stats::bytes_live

◆ frees

uint64_t rad_memory_stats::frees

◆ peak_bytes_live

uint64_t rad_memory_stats::peak_bytes_live

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