SNOWPACK 20240501.b7bfb45
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

◆ nChunks

int SD_CHUNK_DATA::nChunks

◆ pChunks

char** SD_CHUNK_DATA::pChunks

◆ pChunksSize

int SD_CHUNK_DATA::pChunksSize

◆ TotChunkSize

int SD_CHUNK_DATA::TotChunkSize

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