Searched refs:ResizeMagickMemory (Results 1 – 5 of 5) sorted by relevance
62 *ResizeMagickMemory(void *,const size_t)
1397 MagickExport void *ResizeMagickMemory(void *memory,const size_t size) in ResizeMagickMemory() function1470 return(ResizeMagickMemory(memory,size)); in ResizeQuantumMemory()
944 #define ResizeMagickMemory PrependMagickMethod(ResizeMagickMemory) macro
68 #define ResizeMagickMemory(p,s) realloc(p,s) macro
1470 using MagickCore::ResizeMagickMemory;