Go to the source code of this file.
Functions | |
TEST (Allocator, CrtAllocator) | |
TEST (Allocator, MemoryPoolAllocator) | |
TEST (Allocator, Alignment) | |
TEST (Allocator, Issue399) | |
template<typename Allocator > | |
void | TestAllocator (Allocator &a) |
TEST | ( | Allocator | , |
CrtAllocator | |||
) |
Definition at line 50 of file allocatorstest.cpp.
TEST | ( | Allocator | , |
MemoryPoolAllocator | |||
) |
Definition at line 55 of file allocatorstest.cpp.
TEST | ( | Allocator | , |
Alignment | |||
) |
Definition at line 65 of file allocatorstest.cpp.
TEST | ( | Allocator | , |
Issue399 | |||
) |
Definition at line 85 of file allocatorstest.cpp.
void TestAllocator | ( | Allocator & | a | ) |
Definition at line 22 of file allocatorstest.cpp.