Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:HeapOverflowSanityCheck

262   if (HeapOverflowSanityCheck(count,quantum) != MagickFalse)
557 if (HeapOverflowSanityCheck(count,quantum) != MagickFalse)
603 if (HeapOverflowSanityCheck(count,quantum) != MagickFalse)
998 % HeapOverflowSanityCheck() returns MagickTrue if the heap allocation request
1001 % The format of the HeapOverflowSanityCheck method is:
1003 % MagickBooleanType HeapOverflowSanityCheck(const size_t count,
1011 MagickExport MagickBooleanType HeapOverflowSanityCheck(const size_t count,
1385 if (HeapOverflowSanityCheck(count,quantum) != MagickFalse)