8#ifndef BOTAN_ALLOCATOR_H__
9#define BOTAN_ALLOCATOR_H__
11#include <botan/types.h>
48 virtual std::string
type()
const = 0;
virtual void deallocate(void *ptr, size_t n)=0
virtual void * allocate(size_t n)=0
virtual std::string type() const =0
static Allocator * get(bool locking)