MagickCore 7.1.0
Convert, Edit, Or Compose Bitmap Images
|
#include "MagickCore/magick-config.h"
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) |
#define CACHE_ALIGNED | ( | n | ) | MAGICKCORE_ALIGN_UP(n,CACHE_LINE_SIZE) |
Definition at line 33 of file memory-private.h.
#define CACHE_LINE_SIZE (8 * MAGICKCORE_SIZEOF_VOID_P) |
Definition at line 30 of file memory-private.h.
#define MagickAssumeAligned | ( | address | ) | (address) |
Definition at line 43 of file memory-private.h.
|
inlinestatic |
Definition at line 46 of file memory-private.h.
Referenced by ConcatenateString(), ConcatenateStringInfo(), and SubstituteString().
MagickPrivate void ResetMaxMemoryRequest | ( | void | ) |
Referenced by SetMagickSecurityPolicyValue().
MagickPrivate void ResetVirtualAnonymousMemory | ( | void | ) |
Definition at line 1345 of file memory.c.
References virtual_anonymous_memory.
Referenced by SetMagickSecurityPolicyValue().