HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
v1::secure_memory_allocator< T > Class Template Reference

#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

Detailed Description

template<typename T>
class v1::secure_memory_allocator< T >

Memory allocator which will securely clear the memory when deallocated.


The documentation for this class was generated from the following file: