MagickCore  7.0.0
_MemoryInfo Struct Reference
Collaboration diagram for _MemoryInfo:

Data Fields

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

Detailed Description

Definition at line 107 of file memory.c.

Field Documentation

size_t _MemoryInfo::allocation

Definition at line 110 of file memory.c.

void* _MemoryInfo::blocks[MaxBlocks+1]

Definition at line 113 of file memory.c.

size_t _MemoryInfo::number_segments

Definition at line 116 of file memory.c.

DataSegmentInfo _MemoryInfo::segment_pool[MaxSegments]

Definition at line 119 of file memory.c.

DataSegmentInfo* _MemoryInfo::segments[MaxSegments]

Definition at line 119 of file memory.c.


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