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