feisty meow concerns codebase  2.140
memory_hog.cpp File Reference
Include dependency graph for memory_hog.cpp:

Go to the source code of this file.

Macros

#define BASE_LOG(to_print)   EMERGENCY_LOG(program_wide_logger().get(), astring(to_print))
 
#define LOG(to_print)   CLASS_EMERGENCY_LOG(program_wide_logger().get(), astring(to_print))
 

Variables

const int MEMORY_CHECKING_INTERVAL = 0.5 * SECOND_ms
 

Macro Definition Documentation

◆ BASE_LOG

#define BASE_LOG (   to_print)    EMERGENCY_LOG(program_wide_logger().get(), astring(to_print))

Definition at line 41 of file memory_hog.cpp.

◆ LOG

#define LOG (   to_print)    CLASS_EMERGENCY_LOG(program_wide_logger().get(), astring(to_print))

Definition at line 42 of file memory_hog.cpp.

Variable Documentation

◆ MEMORY_CHECKING_INTERVAL

const int MEMORY_CHECKING_INTERVAL = 0.5 * SECOND_ms

Definition at line 38 of file memory_hog.cpp.