Home
last modified time | relevance | path

Searched refs:MagickMallocCleared (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/magick/
H A Dmemory-private.h37 ((type) MagickMallocCleared((size_t) (size))))
43 ((type) MagickMallocCleared(MagickArraySize(count,size)))
H A Dmemory.h26 *MagickMallocCleared(const size_t size) MAGICK_FUNC_MALLOC MAGICK_FUNC_ALLOC_SIZE_1ARG(1),
H A Dmemory.c399 MagickExport void * MagickMallocCleared(const size_t size) in MagickMallocCleared() function
H A Dsymbols.h564 #define MagickMallocCleared GmMagickMallocCleared macro
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/coders/
H A Dmiff.c710 return MagickMallocCleared((size_t) items*size);
724 return MagickMallocCleared(MagickArraySize(items,size)); in ZLIBAllocFunc()
H A Dmat.c318 return MagickMallocCleared(MagickArraySize(items,size)); in ZLIBAllocFunc()
H A Dps3.c1979 return MagickMallocCleared(MagickArraySize(items,size)); in ZLIBAllocFunc()
H A Dpdf.c1721 return MagickMallocCleared(MagickArraySize(items,size)); in ZLIBAllocFunc()
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/
H A DChangeLog.20091094 * magick/memory.c (MagickMallocCleared): New memory allocation
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/www/
H A DChangeLog-2009.rst1094 - magick/memory.c (MagickMallocCleared): New memory allocation