|
unilink
0.4.3
A simple C++ library for unified async communication
|
This is the complete list of members for unilink::memory::MemoryTracker, including all inherited members.
| clear_tracking_data() | unilink::memory::MemoryTracker | |
| disable_tracking() | unilink::memory::MemoryTracker | |
| enable_tracking(bool enable=true) | unilink::memory::MemoryTracker | |
| get_current_allocations() const | unilink::memory::MemoryTracker | |
| get_leaked_allocations() const | unilink::memory::MemoryTracker | |
| get_stats() const | unilink::memory::MemoryTracker | |
| instance() | unilink::memory::MemoryTracker | static |
| is_tracking_enabled() const | unilink::memory::MemoryTracker | |
| log_leak_report() const | unilink::memory::MemoryTracker | |
| log_memory_report() const | unilink::memory::MemoryTracker | |
| print_leak_report() const | unilink::memory::MemoryTracker | |
| print_memory_report() const | unilink::memory::MemoryTracker | |
| track_allocation(void *ptr, size_t size, const char *file, int line, const char *function) | unilink::memory::MemoryTracker | |
| track_deallocation(void *ptr) | unilink::memory::MemoryTracker |