MagickCore  6.9.9
_MemoryPool Struct Reference
Collaboration diagram for _MemoryPool:
[legend]

Data Fields

size_t allocation
 
void * blocks [MaxBlocks+1]
 
size_t number_segments
 
DataSegmentInfosegments [MaxSegments]
 
DataSegmentInfo segment_pool [MaxSegments]
 

Field Documentation

§ allocation

size_t _MemoryPool::allocation

§ blocks

void* _MemoryPool::blocks[MaxBlocks+1]

§ number_segments

size_t _MemoryPool::number_segments

Referenced by DestroyMagickMemory().

§ segment_pool

DataSegmentInfo _MemoryPool::segment_pool[MaxSegments]

Referenced by AcquireMagickMemory().

§ segments

DataSegmentInfo* _MemoryPool::segments[MaxSegments]

Referenced by DestroyMagickMemory().


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