MagickCore  6.9.12-19
Convert, Edit, Or Compose Bitmap Images
memory-private.h File Reference
Include dependency graph for memory-private.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CACHE_LINE_SIZE   (8 * MAGICKCORE_SIZEOF_VOID_P)
 
#define CACHE_ALIGNED(n)   MAGICKCORE_ALIGN_UP(n,CACHE_LINE_SIZE)
 
#define MagickAssumeAligned(address)   (address)
 

Functions

static size_t OverAllocateMemory (const size_t length)
 
MagickPrivate void ResetMaxMemoryRequest (void)
 
MagickPrivate void ResetVirtualAnonymousMemory (void)
 

Macro Definition Documentation

#define CACHE_ALIGNED (   n)    MAGICKCORE_ALIGN_UP(n,CACHE_LINE_SIZE)

Referenced by align_to_cache().

Function Documentation

static size_t OverAllocateMemory ( const size_t  length)
inlinestatic
MagickPrivate void ResetMaxMemoryRequest ( void  )
MagickPrivate void ResetVirtualAnonymousMemory ( void  )