Go to the documentation of this file.
24 #ifdef ENABLE_HEAP_PRINTING
25 #ifdef ENABLE_MALLOC_COUNT
28 #define PRINT_HEAP() \
29 debug_i("%s %s #%u : Free Heap = %u, Used = %u, Peak = %u", __FILE__, __FUNCTION__, __LINE__, \
30 system_get_free_heap_size(), MallocCount::getCurrent(), MallocCount::getPeak())
32 #define PRINT_HEAP() \
33 debug_i("%s %s #%u : Free Heap = %u", __FILE__, __FUNCTION__, __LINE__, system_get_free_heap_size())