7#ifndef BOTAN_ALLOCATOR_HELPERS_H_
8#define BOTAN_ALLOCATOR_HELPERS_H_
10#include <botan/types.h>
int(* final)(unsigned char *, CTX *)
#define BOTAN_PUBLIC_API(maj, min)
#define BOTAN_UNSTABLE_API
BOTAN_MALLOC_FN void * allocate_memory(size_t elems, size_t elem_size)
void deallocate_memory(void *p, size_t elems, size_t elem_size)
void initialize_allocator()