Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Macros
Stack.h File Reference
#include <COROUTINE_H>

Go to the source code of this file.

Macros

#define COROUTINE_STACK_LOCAL(type, name)   type name##_local; type * name = &name##_local
 
#define COROUTINE_STACK_FREE(name)
 

Macro Definition Documentation

◆ COROUTINE_STACK_FREE

#define COROUTINE_STACK_FREE (   name)

Definition at line 15 of file Stack.h.

◆ COROUTINE_STACK_LOCAL

#define COROUTINE_STACK_LOCAL (   type,
  name 
)    type name##_local; type * name = &name##_local

Definition at line 14 of file Stack.h.