SNOWPACK  SNOWPACK-3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SD_CHUNK_DATA Struct Reference

Detailed Description

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
 

Member Data Documentation

int SD_CHUNK_DATA::nChunks
char** SD_CHUNK_DATA::pChunks
int SD_CHUNK_DATA::pChunksSize
int SD_CHUNK_DATA::TotChunkSize

The documentation for this struct was generated from the following file: