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

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
 

Macro Definition Documentation

◆ LOG

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

Definition at line 48 of file test_memory_limiter.cpp.

Function Documentation

◆ HOOPLE_MAIN()

HOOPLE_MAIN ( test_memory_limiter  )

Variable Documentation

◆ MAXIMUM_MEM_OVERALL

const int MAXIMUM_MEM_OVERALL = 1 * MEGABYTE

Definition at line 50 of file test_memory_limiter.cpp.

◆ MAXIMUM_MEM_PER_OWNER

const int MAXIMUM_MEM_PER_OWNER = 100 * KILOBYTE

Definition at line 51 of file test_memory_limiter.cpp.

◆ RUN_TIME

const int RUN_TIME = .8 * SECOND_ms

Definition at line 53 of file test_memory_limiter.cpp.