MagickCore 7.0.10
_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]
 

Detailed Description

Definition at line 174 of file memory.c.

Field Documentation

◆ allocation

size_t _MemoryPool::allocation

Definition at line 177 of file memory.c.

Referenced by AcquireWizardMemory().

◆ blocks

void* _MemoryPool::blocks[MaxBlocks+1]

Definition at line 180 of file memory.c.

Referenced by AcquireWizardMemory().

◆ number_segments

size_t _MemoryPool::number_segments

Definition at line 183 of file memory.c.

Referenced by DestroyWizardMemory().

◆ segment_pool

DataSegmentInfo _MemoryPool::segment_pool[MaxSegments]

Definition at line 187 of file memory.c.

Referenced by AcquireWizardMemory().

◆ segments

DataSegmentInfo* _MemoryPool::segments[MaxSegments]

Definition at line 186 of file memory.c.

Referenced by DestroyWizardMemory().


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