#include <allocator.h>
|
unsigned char * | allocate (unsigned int size) |
|
Definition at line 27 of file allocator.h.
◆ ChunkAllocator()
ChunkAllocator::ChunkAllocator |
( |
unsigned int |
_csize = (1 << 20) | ) |
|
◆ ~ChunkAllocator()
ChunkAllocator::~ChunkAllocator |
( |
| ) |
|
◆ allocate()
unsigned char * ChunkAllocator::allocate |
( |
unsigned int |
size | ) |
|
|
protectedvirtual |
◆ printSize()
void ChunkAllocator::printSize |
( |
| ) |
const |
|
virtual |
◆ chunksize
const unsigned int ChunkAllocator::chunksize |
|
private |
◆ index
unsigned int ChunkAllocator::index |
|
private |
◆ mem
std::vector<unsigned char *> ChunkAllocator::mem |
|
private |
◆ memsize
unsigned long int ChunkAllocator::memsize |
|
private |
◆ wastedspace
unsigned long int ChunkAllocator::wastedspace |
|
private |
The documentation for this class was generated from the following files: