LZW Compressor
|
Public Member Functions | |
bool | isFull () const |
void | clear () |
void * | allocate (Data_t vectorIndex) |
void | deallocate (Data_t *ptr) |
Private Attributes | |
Data_t * | block |
Data_t | firstFreeUnitIndex |
Data_t | allocatedElementsAmount |
Data_t | endIndex |
Definition at line 118 of file FSBAllocator.hh.