MagickCore 7.0.10
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 WizardExport
 
#define WizardPrivate
 
#define ModuleExport   WizardExport
 
#define WizardSignature   0xabacadabUL
 
#define WizardPathExtent   4096 /* always >= 4096 */
 
#define wizard_aligned(x, y)   /* nothing */
 
#define wizard_attribute(x)   /* nothing */
 
#define wizard_unused(x)   x
 
#define wizard_unreferenced(x)   /* nothing */
 
#define wizard_alloc_size(x)   /* nothing */
 
#define wizard_alloc_sizes(x, y)   /* nothing */
 
#define wizard_cold_spot
 
#define wizard_hot_spot
 

Macro Definition Documentation

◆ ModuleExport

#define ModuleExport   WizardExport

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

◆ wizard_aligned

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

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

◆ wizard_alloc_size

#define wizard_alloc_size (   x)    /* nothing */

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

◆ wizard_alloc_sizes

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

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

◆ wizard_attribute

#define wizard_attribute (   x)    /* nothing */

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

◆ wizard_cold_spot

#define wizard_cold_spot

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

◆ wizard_hot_spot

#define wizard_hot_spot

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

◆ wizard_unreferenced

#define wizard_unreferenced (   x)    /* nothing */

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

◆ wizard_unused

#define wizard_unused (   x)    x

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

◆ WizardExport

#define WizardExport

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

◆ WizardPathExtent

#define WizardPathExtent   4096 /* always >= 4096 */

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

◆ WizardPrivate

#define WizardPrivate

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

◆ WizardSignature

#define WizardSignature   0xabacadabUL

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