Cyclone Scheme
0.28.0
|
◆ alloca_empty_bytevector
Value:
v->hdr.mark = gc_color_red; \
v->hdr.grayed = 0; \
v->hdr.immutable = 0; \
v->tag = bytevector_tag; \
v->len = 0; \
v->data = NULL;
Create an empty bytevector in the nursery using alloca |