|
MagickCore 6.9.12-20
Convert, Edit, Or Compose Bitmap Images
|
#include "magick/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) |
| #define CACHE_LINE_SIZE (8 * MAGICKCORE_SIZEOF_VOID_P) |
| #define MagickAssumeAligned | ( | address | ) | (address) |
|
inlinestatic |
Referenced by ConcatenateString(), ConcatenateStringInfo(), and SubstituteString().
| MagickPrivate void ResetMaxMemoryRequest | ( | void | ) |
| MagickPrivate void ResetVirtualAnonymousMemory | ( | void | ) |
References virtual_anonymous_memory.