The CHUNK_DATA is used to keep track of allocated memory chunks ( block of memory ). For each allocated chunk we store the pointer returned from the memory allocator, so that a later deallocation of the memory will be possible.
#include <Solver.h>
Public Attributes | |
int | nChunks |
int | pChunksSize |
char ** | pChunks |
int | TotChunkSize |
int SD_CHUNK_DATA::nChunks |
char** SD_CHUNK_DATA::pChunks |
int SD_CHUNK_DATA::pChunksSize |
int SD_CHUNK_DATA::TotChunkSize |