MagickCore  6.9.11-60
Convert, Edit, Or Compose Bitmap Images
_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

Referenced by AcquireMagickMemory().

◆ blocks

void* _MemoryPool::blocks[MaxBlocks+1]

Referenced by AcquireMagickMemory().

◆ 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: