• Home
  • Raw
  • Download

Lines Matching refs:RelinquishMagickMemory

171     lzw_info->table[0]=(size_t *) RelinquishMagickMemory(  in RelinquishLZWInfo()
174 lzw_info->table[1]=(size_t *) RelinquishMagickMemory( in RelinquishLZWInfo()
179 lzw_info->stack->codes=(size_t *) RelinquishMagickMemory( in RelinquishLZWInfo()
181 lzw_info->stack=(LZWStack *) RelinquishMagickMemory(lzw_info->stack); in RelinquishLZWInfo()
183 lzw_info=(LZWInfo *) RelinquishMagickMemory(lzw_info); in RelinquishLZWInfo()
619 packet=(unsigned char *) RelinquishMagickMemory(packet); in EncodeImage()
621 hash_code=(short *) RelinquishMagickMemory(hash_code); in EncodeImage()
623 hash_prefix=(short *) RelinquishMagickMemory(hash_prefix); in EncodeImage()
625 hash_suffix=(unsigned char *) RelinquishMagickMemory(hash_suffix); in EncodeImage()
801 hash_suffix=(unsigned char *) RelinquishMagickMemory(hash_suffix); in EncodeImage()
802 hash_prefix=(short *) RelinquishMagickMemory(hash_prefix); in EncodeImage()
803 hash_code=(short *) RelinquishMagickMemory(hash_code); in EncodeImage()
804 packet=(unsigned char *) RelinquishMagickMemory(packet); in EncodeImage()
1026 global_colormap=(unsigned char *) RelinquishMagickMemory( in ReadGIFImage()
1053 global_colormap=(unsigned char *) RelinquishMagickMemory( in ReadGIFImage()
1191 info=(unsigned char *) RelinquishMagickMemory(info); in ReadGIFImage()
1218 global_colormap=(unsigned char *) RelinquishMagickMemory( in ReadGIFImage()
1259 global_colormap=(unsigned char *) RelinquishMagickMemory( in ReadGIFImage()
1268 global_colormap=(unsigned char *) RelinquishMagickMemory(global_colormap); in ReadGIFImage()
1303 global_colormap=(unsigned char *) RelinquishMagickMemory( in ReadGIFImage()
1310 global_colormap=(unsigned char *) RelinquishMagickMemory( in ReadGIFImage()
1312 colormap=(unsigned char *) RelinquishMagickMemory(colormap); in ReadGIFImage()
1325 colormap=(unsigned char *) RelinquishMagickMemory(colormap); in ReadGIFImage()
1350 global_colormap=(unsigned char *) RelinquishMagickMemory( in ReadGIFImage()
1366 global_colormap=(unsigned char *) RelinquishMagickMemory(global_colormap); in ReadGIFImage()
1883 global_colormap=(unsigned char *) RelinquishMagickMemory( in WriteGIFImage()
1885 colormap=(unsigned char *) RelinquishMagickMemory(colormap); in WriteGIFImage()
1900 global_colormap=(unsigned char *) RelinquishMagickMemory(global_colormap); in WriteGIFImage()
1901 colormap=(unsigned char *) RelinquishMagickMemory(colormap); in WriteGIFImage()