Botan 3.6.1
Crypto and TLS for C&
|
#include <secmem.h>
Public Types | |
typedef std::size_t | size_type |
typedef T | value_type |
Public Member Functions | |
T * | allocate (std::size_t n) |
void | deallocate (T *p, std::size_t n) |
secure_allocator & | operator= (const secure_allocator &) noexcept=default |
secure_allocator () noexcept=default | |
secure_allocator (const secure_allocator &) noexcept=default | |
template<typename U > | |
secure_allocator (const secure_allocator< U > &) noexcept | |
~secure_allocator () noexcept=default | |
std::size_t Botan::secure_allocator< T >::size_type |
T Botan::secure_allocator< T >::value_type |
|
defaultnoexcept |
|
defaultnoexcept |
|
defaultnoexcept |
|
inlinenoexcept |
|
inline |
Definition at line 45 of file secmem.h.
References Botan::allocate_memory(), and T.
|
inline |
Definition at line 47 of file secmem.h.
References Botan::deallocate_memory(), and T.
|
defaultnoexcept |