MagickCore  6.8.9
memory-private.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CACHE_LINE_SIZE   64
 
#define CacheAlign(size)   ((size) < CACHE_LINE_SIZE ? CACHE_LINE_SIZE : (size))
 
#define MagickAssumeAligned(address)   (address)
 

Functions

MagickExport MagickBooleanType HeapOverflowSanityCheck (const size_t, const size_t) magick_alloc_sizes(1
 

Macro Definition Documentation

#define CACHE_LINE_SIZE   64
#define CacheAlign (   size)    ((size) < CACHE_LINE_SIZE ? CACHE_LINE_SIZE : (size))

Function Documentation

MagickExport MagickBooleanType HeapOverflowSanityCheck ( const size_t  ,
const size_t   
)