Home | History | Annotate | Download | only in MagickCore

Lines Matching defs:RelinquishMagickMemory

1003 %  RelinquishMagickMemory() frees memory acquired with AcquireMagickMemory()
1006 % The format of the RelinquishMagickMemory method is:
1008 % void *RelinquishMagickMemory(void *memory)
1015 MagickExport void *RelinquishMagickMemory(void *memory)
1111 memory_info->blob=RelinquishMagickMemory(memory_info->blob);
1212 memory=RelinquishMagickMemory(memory);
1221 memory=RelinquishMagickMemory(memory);
1228 memory=RelinquishMagickMemory(memory);
1271 memory=RelinquishMagickMemory(memory);