|
MagickCore 7.0.10
|
Data Fields | |
| void * | allocation |
| void * | bound |
| WizardBooleanType | mapped |
| size_t | length |
| struct _DataSegmentInfo * | previous |
| struct _DataSegmentInfo * | next |
| void* _DataSegmentInfo::allocation |
Definition at line 130 of file memory.c.
Referenced by DestroyWizardMemory().
| size_t _DataSegmentInfo::length |
Definition at line 137 of file memory.c.
Referenced by DestroyWizardMemory().
| WizardBooleanType _DataSegmentInfo::mapped |
Definition at line 134 of file memory.c.
Referenced by DestroyWizardMemory().
| struct _DataSegmentInfo * _DataSegmentInfo::next |
Definition at line 141 of file memory.c.
Referenced by AcquireWizardMemory().
| struct _DataSegmentInfo* _DataSegmentInfo::previous |
Definition at line 140 of file memory.c.
Referenced by AcquireWizardMemory().