From: cristy Date: Wed, 13 Feb 2013 14:47:56 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~4250 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=636a20e106d2e32a12ae55edf5d47e988e0d5d38;p=imagemagick --- diff --git a/MagickCore/memory.c b/MagickCore/memory.c index 72688b142..e763fb1ed 100644 --- a/MagickCore/memory.c +++ b/MagickCore/memory.c @@ -835,11 +835,11 @@ MagickExport void *RelinquishMagickMemory(void *memory) % % A description of each parameter follows: % -% o memory: A pointer to a memory allocation. +% o memory: a pointer to a memory allocation. % -% o byte: Set the memory to this value. +% o byte: set the memory to this value. % -% o size: Size of the memory to reset. +% o size: size of the memory to reset. % */ MagickExport void *ResetMagickMemory(void *memory,int byte,const size_t size) @@ -983,7 +983,8 @@ MagickExport void *ResizeQuantumMemory(void *memory,const size_t count, %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % SetMagickMemoryMethods() sets the methods to acquire, resize, and destroy -% memory. +% memory. Your custom memory methods must be set prior to the +% MagickCoreGenesis() method. % % The format of the SetMagickMemoryMethods() method is: %