#include <basis/array.cpp>#include <basis/byte_array.h>#include <basis/chaos.h>#include <basis/function.h>#include <basis/guards.h>#include <basis/istring.h>#include <mechanisms/time_stamp.h>#include <opsystem/application_shell.h>#include <loggers/file_logger.h>#include <data_struct/static_memory_gremlin.h>#include <textual/string_manipulation.h>Include dependency graph for t_allocator.cpp:

Go to the source code of this file.
Defines | |
| #define | LOG(s) EMERGENCY_LOG(program_wide_logger(), s) |
| #define | use operator[] |
| #define | get operator[] |
Functions | |
| test_object_allocator & | root_object () |
Variables | |
| const int | MAX_TEST_CYCLES = 1000 |
| const int | MAX_SIMULTANEOUS_OBJECTS = 100 |
| const int | MIN_BLOCK = -20 |
| const int | MAX_BLOCK = 100 |
| const int | MIN_OBJECT = 10 |
| const int | MAX_OBJECT = 1200 - MAX_BLOCK |
| test_object_allocator * | _rooty = NIL |
| #define get operator[] |
Definition at line 130 of file t_allocator.cpp.
Referenced by array_tester(), deep_array_tester(), and SAFE_STATIC_CONST().
| #define LOG | ( | s | ) | EMERGENCY_LOG(program_wide_logger(), s) |
Definition at line 30 of file t_allocator.cpp.
| #define use operator[] |
Definition at line 129 of file t_allocator.cpp.
| test_object_allocator& root_object | ( | ) |
| test_object_allocator* _rooty = NIL |
| const int MAX_BLOCK = 100 |
Definition at line 40 of file t_allocator.cpp.
Referenced by array_tester(), and deep_array_tester().
| const int MAX_OBJECT = 1200 - MAX_BLOCK |
Definition at line 42 of file t_allocator.cpp.
Referenced by array_tester(), and deep_array_tester().
| const int MAX_SIMULTANEOUS_OBJECTS = 100 |
Definition at line 38 of file t_allocator.cpp.
Referenced by array_tester(), deep_array_tester(), and test_amorph_of().
| const int MAX_TEST_CYCLES = 1000 |
Definition at line 36 of file t_allocator.cpp.
| const int MIN_BLOCK = -20 |
Definition at line 39 of file t_allocator.cpp.
Referenced by array_tester(), and deep_array_tester().
| const int MIN_OBJECT = 10 |
Definition at line 41 of file t_allocator.cpp.
Referenced by array_tester(), and deep_array_tester().
1.5.1