|
HikoGUI
A low latency retained GUI
|
#include <hikogui/memory/secure_memory_allocator.hpp>
Data Structures | |
| struct | rebind |
Public Types | |
| using | value_type = T |
| using | size_type = std::size_t |
| using | difference_type = ptrdiff_t |
Public Member Functions | |
| constexpr | secure_memory_allocator (secure_memory_allocator const &other) noexcept |
| template<typename U > | |
| constexpr | secure_memory_allocator (secure_memory_allocator< U > const &other) noexcept |
| value_type * | allocate (size_type n) const noexcept |
| void | deallocate (value_type *p, size_type n) const noexcept |
Memory allocator which will securely clear the memory when deallocated.