Public Member Functions | Public Attributes | List of all members
rosrt::AllocInfo Struct Reference

#include <malloc_wrappers.h>

Public Member Functions

 AllocInfo ()
 

Public Attributes

bool break_on_alloc_or_free
 
uint64_t callocs
 
uint64_t frees
 
uint64_t mallocs
 
uint64_t memaligns
 
uint64_t reallocs
 
uint64_t total_memory_allocated
 
uint64_t total_ops
 

Detailed Description

Definition at line 75 of file malloc_wrappers.h.

Constructor & Destructor Documentation

◆ AllocInfo()

rosrt::AllocInfo::AllocInfo ( )
inline

Definition at line 109 of file malloc_wrappers.h.

Member Data Documentation

◆ break_on_alloc_or_free

bool rosrt::AllocInfo::break_on_alloc_or_free

Definition at line 129 of file malloc_wrappers.h.

◆ callocs

uint64_t rosrt::AllocInfo::callocs

Definition at line 122 of file malloc_wrappers.h.

◆ frees

uint64_t rosrt::AllocInfo::frees

Definition at line 124 of file malloc_wrappers.h.

◆ mallocs

uint64_t rosrt::AllocInfo::mallocs

Definition at line 120 of file malloc_wrappers.h.

◆ memaligns

uint64_t rosrt::AllocInfo::memaligns

Definition at line 123 of file malloc_wrappers.h.

◆ reallocs

uint64_t rosrt::AllocInfo::reallocs

Definition at line 121 of file malloc_wrappers.h.

◆ total_memory_allocated

uint64_t rosrt::AllocInfo::total_memory_allocated

Definition at line 126 of file malloc_wrappers.h.

◆ total_ops

uint64_t rosrt::AllocInfo::total_ops

Definition at line 127 of file malloc_wrappers.h.


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


rosrt
Author(s): Josh Faust
autogenerated on Wed Mar 2 2022 00:54:17