|
Thrill
0.1
|
std::default_deleter with Manager tracking
Definition at line 188 of file allocator.hpp.
Collaboration diagram for Deleter< T >:#include <allocator.hpp>
Public Member Functions | |
| Deleter (Manager &manager) noexcept | |
| constructor: need reference to Manager More... | |
| void | operator() (T *ptr) const noexcept |
| free the pointer More... | |
Private Attributes | |
| Allocator< T > | allocator_ |
| reference to Manager for freeing. More... | |
constructor: need reference to Manager
Definition at line 192 of file allocator.hpp.
|
inlinenoexcept |
free the pointer
Definition at line 196 of file allocator.hpp.
reference to Manager for freeing.
Definition at line 203 of file allocator.hpp.