- Test:
- verify proper working of test helpers to track automated clean-up and memory deallocation.
- See also
- TestHelper_test
-
tracking-dummy.hpp
-
tracking-allocator.hpp
Definition at line 46 of file test-tracking-test.cpp.
◆ demonstrate_logObject()
void demonstrate_logObject |
( |
| ) |
|
|
inlineprivate |
◆ demonstrate_checkObject()
void demonstrate_checkObject |
( |
| ) |
|
|
inlineprivate |
◆ demonstrate_checkAllocator()
void demonstrate_checkAllocator |
( |
| ) |
|
|
inlineprivate |
- Test:
- custom allocator to track memory handling
- use the base allocator to perform raw memory allocation
- demonstrate checksum and diagnostic functions
- use a standard adapter to create objects with
unique_ptr
- use as custom allocator within STL containers
- can use several distinct pools
- swapping containers will move allocators alongside
Definition at line 167 of file test-tracking-test.cpp.
The documentation for this class was generated from the following file: