|
MagickCore 7.0.10
|
Data Fields | |
| size_t | allocation |
| void * | blocks [MaxBlocks+1] |
| size_t | number_segments |
| DataSegmentInfo * | segments [MaxSegments] |
| DataSegmentInfo | segment_pool [MaxSegments] |
| size_t _MemoryPool::allocation |
Definition at line 177 of file memory.c.
Referenced by AcquireWizardMemory().
| void* _MemoryPool::blocks[MaxBlocks+1] |
Definition at line 180 of file memory.c.
Referenced by AcquireWizardMemory().
| size_t _MemoryPool::number_segments |
Definition at line 183 of file memory.c.
Referenced by DestroyWizardMemory().
| DataSegmentInfo _MemoryPool::segment_pool[MaxSegments] |
Definition at line 187 of file memory.c.
Referenced by AcquireWizardMemory().
| DataSegmentInfo* _MemoryPool::segments[MaxSegments] |
Definition at line 186 of file memory.c.
Referenced by DestroyWizardMemory().