MagickCore
7.0.11
|
Data Fields | |
void * | allocation |
void * | bound |
MagickBooleanType | mapped |
size_t | length |
struct _DataSegmentInfo * | previous |
struct _DataSegmentInfo * | next |
void* _DataSegmentInfo::allocation |
Definition at line 131 of file memory.c.
Referenced by DestroyMagickMemory().
size_t _DataSegmentInfo::length |
Definition at line 138 of file memory.c.
Referenced by DestroyMagickMemory().
MagickBooleanType _DataSegmentInfo::mapped |
Definition at line 135 of file memory.c.
Referenced by DestroyMagickMemory().
struct _DataSegmentInfo * _DataSegmentInfo::next |
Definition at line 140 of file memory.c.
Referenced by AcquireMagickMemory().
struct _DataSegmentInfo* _DataSegmentInfo::previous |
Definition at line 140 of file memory.c.
Referenced by AcquireMagickMemory().