MagickCore
7.0.11
|
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 184 of file memory.c.
Referenced by AcquireMagickMemory().
void* _MemoryPool::blocks[MaxBlocks+1] |
Definition at line 187 of file memory.c.
Referenced by AcquireMagickMemory().
size_t _MemoryPool::number_segments |
Definition at line 190 of file memory.c.
Referenced by DestroyMagickMemory().
DataSegmentInfo _MemoryPool::segment_pool[MaxSegments] |
Definition at line 193 of file memory.c.
Referenced by AcquireMagickMemory().
DataSegmentInfo* _MemoryPool::segments[MaxSegments] |
Definition at line 193 of file memory.c.
Referenced by DestroyMagickMemory().