Go to the source code of this file.
unit test SimpleAllocator_test
Definition in file simple-allocator-test.cpp.
#include "lib/test/run.hpp"
#include "lib/simple-allocator.hpp"
#include "lib/util.hpp"
#include <cstdlib>
#include <string>
|
typedef Types< DummyObj< 1 >, DummyObj< 23 >, string > | SupportedTypes |
|
typedef SimpleAllocator< SupportedTypes, UseInstantiationCounting > | TestAllocator |
|
|
| LAUNCHER (SimpleAllocator_test, "unit common") |
| Register this test class... More...
|
|
|
| lib |
| Implementation namespace for support and library code.
|
|
◆ LAUNCHER()
Register this test class...