Botan 3.4.0
Crypto and TLS for C&
Static Public Member Functions | List of all members
Botan::Compression_Alloc_Info Class Referencefinal

#include <compress_utils.h>

Static Public Member Functions

static void free (void *self, void *ptr)
 
template<typename T >
static void * malloc (void *self, T n, T size)
 

Detailed Description

Definition at line 22 of file compress_utils.h.

Member Function Documentation

◆ free()

static void Botan::Compression_Alloc_Info::free ( void * self,
void * ptr )
inlinestatic

Definition at line 29 of file compress_utils.h.

29{ static_cast<Compression_Alloc_Info*>(self)->do_free(ptr); }

◆ malloc()

template<typename T >
static void * Botan::Compression_Alloc_Info::malloc ( void * self,
T n,
T size )
inlinestatic

Definition at line 25 of file compress_utils.h.

25 {
26 return static_cast<Compression_Alloc_Info*>(self)->do_malloc(n, size);
27 }

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