MagickCore 7.1.0
Convert, Edit, Or Compose Bitmap Images
method-attribute.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MagickExport
 
#define MagickPrivate
 
#define ModuleExport   MagickExport
 
#define MagickCoreSignature   0xabacadabUL
 
#define MagickPathExtent   4096 /* always >= max(PATH_MAX,4096) */
 
#define MaxTextExtent   MagickPathExtent
 
#define MagickTimeExtent   26
 
#define magick_aligned(x, y)   /* nothing */
 
#define magick_attribute(x)   /* nothing */
 
#define magick_unused(x)   x
 
#define magick_unreferenced(x)   /* nothing */
 
#define magick_alloc_size(x)   /* nothing */
 
#define magick_alloc_sizes(x, y)   /* nothing */
 
#define magick_cold_spot
 
#define magick_hot_spot
 

Macro Definition Documentation

◆ magick_aligned

#define magick_aligned (   x,
 
)    /* nothing */

Definition at line 104 of file method-attribute.h.

◆ magick_alloc_size

#define magick_alloc_size (   x)    /* nothing */

Definition at line 114 of file method-attribute.h.

◆ magick_alloc_sizes

#define magick_alloc_sizes (   x,
 
)    /* nothing */

Definition at line 115 of file method-attribute.h.

◆ magick_attribute

#define magick_attribute (   x)    /* nothing */

Definition at line 105 of file method-attribute.h.

◆ magick_cold_spot

#define magick_cold_spot

Definition at line 122 of file method-attribute.h.

◆ magick_hot_spot

#define magick_hot_spot

Definition at line 123 of file method-attribute.h.

◆ magick_unreferenced

#define magick_unreferenced (   x)    /* nothing */

Definition at line 107 of file method-attribute.h.

◆ magick_unused

#define magick_unused (   x)    x

Definition at line 106 of file method-attribute.h.

◆ MagickCoreSignature

#define MagickCoreSignature   0xabacadabUL

Definition at line 86 of file method-attribute.h.

◆ MagickExport

#define MagickExport

Definition at line 80 of file method-attribute.h.

◆ MagickPathExtent

#define MagickPathExtent   4096 /* always >= max(PATH_MAX,4096) */

Definition at line 88 of file method-attribute.h.

◆ MagickPrivate

#define MagickPrivate

Definition at line 81 of file method-attribute.h.

◆ MagickTimeExtent

#define MagickTimeExtent   26

Definition at line 91 of file method-attribute.h.

◆ MaxTextExtent

#define MaxTextExtent   MagickPathExtent

Definition at line 90 of file method-attribute.h.

◆ ModuleExport

#define ModuleExport   MagickExport

Definition at line 83 of file method-attribute.h.