Botan 3.7.1
Crypto and TLS for C&
allocator.h File Reference

Public Header. More...

#include <botan/types.h>
#include <cstring>

Go to the source code of this file.

Classes

class  Botan::Allocator_Initializer
 

Namespaces

namespace  Botan
 

Macros

#define BOTAN_MALLOC_FN
 

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 ()
 

Detailed Description

Public Header.

Definition in file allocator.h.

Macro Definition Documentation

◆ BOTAN_MALLOC_FN

#define BOTAN_MALLOC_FN

Definition at line 23 of file allocator.h.