Botan 3.4.0
Crypto and TLS for C&
Namespaces | Functions
allocator.cpp File Reference
#include <botan/allocator.h>
#include <botan/mem_ops.h>
#include <botan/internal/safeint.h>
#include <cstdlib>
#include <new>

Go to the source code of this file.

Namespaces

namespace  Botan
 

Functions

BOTAN_MALLOC_FN void * Botan::allocate_memory (size_t elems, size_t elem_size)
 
void Botan::deallocate_memory (void *p, size_t elems, size_t elem_size)
 
void Botan::initialize_allocator ()