Wire Sysio Wire Sysion 1.0.0
|
Go to the source code of this file.
Functions | |
template<typename T > | |
bool | check_alignment (T *ptr) |
TEST_CASE ("Testing growable_allocator alignment", "[growable_allocator]") | |
TEST_CASE ("Testing maximum single allocation", "[growable_allocator]") | |
TEST_CASE ("Testing maximum multiple allocation", "[growable_allocator]") | |
TEST_CASE ("Testing too large single allocation", "[growable_allocator]") | |
TEST_CASE ("Testing too large multiple allocation", "[growable_allocator]") | |
TEST_CASE ("Testing maximum initial size", "[growable_allocator]") | |
TEST_CASE ("Testing too large initial size", "[growable_allocator]") | |
TEST_CASE ("Testing maximum aligned allocation", "[growable_allocator]") | |
TEST_CASE ("Testing reclaim", "[growable_allocator]") | |
TEST_CASE | ( | "Testing growable_allocator alignment" | , |
"" | [growable_allocator] ) |
Definition at line 15 of file allocator_tests.cpp.
TEST_CASE | ( | "Testing maximum aligned allocation" | , |
"" | [growable_allocator] ) |
Definition at line 82 of file allocator_tests.cpp.
TEST_CASE | ( | "Testing maximum initial size" | , |
"" | [growable_allocator] ) |
Definition at line 67 of file allocator_tests.cpp.
TEST_CASE | ( | "Testing maximum multiple allocation" | , |
"" | [growable_allocator] ) |
Definition at line 44 of file allocator_tests.cpp.
TEST_CASE | ( | "Testing maximum single allocation" | , |
"" | [growable_allocator] ) |
Definition at line 35 of file allocator_tests.cpp.
TEST_CASE | ( | "Testing reclaim" | , |
"" | [growable_allocator] ) |
Definition at line 93 of file allocator_tests.cpp.
TEST_CASE | ( | "Testing too large initial size" | , |
"" | [growable_allocator] ) |
Definition at line 74 of file allocator_tests.cpp.
TEST_CASE | ( | "Testing too large multiple allocation" | , |
"" | [growable_allocator] ) |
Definition at line 59 of file allocator_tests.cpp.
TEST_CASE | ( | "Testing too large single allocation" | , |
"" | [growable_allocator] ) |
Definition at line 54 of file allocator_tests.cpp.