qca
QCA::Botan::Pooling_Allocator Class Reference
#include <mem_pool.h>
Inheritance diagram for QCA::Botan::Pooling_Allocator:

Public Member Functions | |
| Pooling_Allocator (u32bit, bool) | |
| ~Pooling_Allocator () | |
| void * | allocate (u32bit) |
| void | deallocate (void *, u32bit) |
| void | destroy () |
Detailed Description
Definition at line 57 of file mem_pool.h.
Constructor & Destructor Documentation
| QCA::Botan::Pooling_Allocator::Pooling_Allocator | ( | u32bit | p_size, | |
| bool | ||||
| ) |
Definition at line 164 of file mem_pool.cpp.
| QCA::Botan::Pooling_Allocator::~Pooling_Allocator | ( | ) |
Definition at line 174 of file mem_pool.cpp.
Member Function Documentation
| void * QCA::Botan::Pooling_Allocator::allocate | ( | u32bit | n | ) | [virtual] |
Implements QCA::Botan::Allocator.
Definition at line 198 of file mem_pool.cpp.
| void QCA::Botan::Pooling_Allocator::deallocate | ( | void * | ptr, | |
| u32bit | n | |||
| ) | [virtual] |
Implements QCA::Botan::Allocator.
Definition at line 232 of file mem_pool.cpp.
| void QCA::Botan::Pooling_Allocator::destroy | ( | ) | [virtual] |
Reimplemented from QCA::Botan::Allocator.
Definition at line 184 of file mem_pool.cpp.
The documentation for this class was generated from the following files:
KDE 4.4 API Reference