#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 | 
Definition at line 43 of file malloc_wrappers.h.
| 
 | inline | 
Definition at line 45 of file malloc_wrappers.h.
| bool rosrt::AllocInfo::break_on_alloc_or_free | 
Definition at line 65 of file malloc_wrappers.h.
| uint64_t rosrt::AllocInfo::callocs | 
Definition at line 58 of file malloc_wrappers.h.
| uint64_t rosrt::AllocInfo::frees | 
Definition at line 60 of file malloc_wrappers.h.
| uint64_t rosrt::AllocInfo::mallocs | 
Definition at line 56 of file malloc_wrappers.h.
| uint64_t rosrt::AllocInfo::memaligns | 
Definition at line 59 of file malloc_wrappers.h.
| uint64_t rosrt::AllocInfo::reallocs | 
Definition at line 57 of file malloc_wrappers.h.
| uint64_t rosrt::AllocInfo::total_memory_allocated | 
Definition at line 62 of file malloc_wrappers.h.
| uint64_t rosrt::AllocInfo::total_ops | 
Definition at line 63 of file malloc_wrappers.h.