Cyclone Scheme  0.28.0

◆ alloca_double

#define alloca_double (   n,
 
)
Value:
double_type *n = alloca(sizeof(double_type)); \
n->hdr.mark = gc_color_red; \
n->hdr.grayed = 0; \
n->tag = double_tag; \
n->value = v;

Create a new double in the nursery using alloca

gc_color_red
#define gc_color_red
Definition: types.h:297
double_tag
@ double_tag
Definition: types.h:58
double_type
Double-precision floating point type, also known as a flonum.
Definition: types.h:877