Ruby 4.1.0dev (2026-09-26 revision 57213d44ce7b1a31fc9648e9cd5eb0c4507f4a49)
Macros
align.h File Reference

(57213d44ce7b1a31fc9648e9cd5eb0c4507f4a49)

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PRISM_ALIGNAS   _Alignas
 Compiler-agnostic macros for specifying alignment of types and variables.
 
#define PRISM_ALIGNOF   _Alignof
 Get the alignment requirement of a type.
 

Macro Definition Documentation

◆ PRISM_ALIGNAS

#define PRISM_ALIGNAS   _Alignas

Compiler-agnostic macros for specifying alignment of types and variables.

Specify alignment for a type or variable.

Definition at line 12 of file align.h.

◆ PRISM_ALIGNOF

#define PRISM_ALIGNOF   _Alignof

Get the alignment requirement of a type.

Definition at line 15 of file align.h.