|
feisty meow concerns codebase
2.140
|
#include <application/hoople_main.h>#include <basis/guards.h>#include <basis/astring.h>#include <configuration/ini_configurator.h>#include <mathematics/chaos.h>#include <structures/memory_limiter.h>#include <structures/set.h>#include <structures/static_memory_gremlin.h>#include <timely/time_stamp.h>#include <unit_test/unit_base.h>
Go to the source code of this file.
Macros | |
| #define | LOG(to_print) EMERGENCY_LOG(program_wide_logger().get(), astring(to_print)) |
Functions | |
| HOOPLE_MAIN (test_memory_limiter,) | |
Variables | |
| const int | MAXIMUM_MEM_OVERALL = 1 * MEGABYTE |
| const int | MAXIMUM_MEM_PER_OWNER = 100 * KILOBYTE |
| const int | RUN_TIME = .8 * SECOND_ms |
| #define LOG | ( | to_print | ) | EMERGENCY_LOG(program_wide_logger().get(), astring(to_print)) |
Definition at line 48 of file test_memory_limiter.cpp.
| HOOPLE_MAIN | ( | test_memory_limiter | ) |
| const int MAXIMUM_MEM_OVERALL = 1 * MEGABYTE |
Definition at line 50 of file test_memory_limiter.cpp.
| const int MAXIMUM_MEM_PER_OWNER = 100 * KILOBYTE |
Definition at line 51 of file test_memory_limiter.cpp.
| const int RUN_TIME = .8 * SECOND_ms |
Definition at line 53 of file test_memory_limiter.cpp.