make-static-byte-vector

[procedure] make-static-byte-vector size [init]

Chicken: Allocates a byte vector which is not garbage-collected. Use release to free the memory. See also byte-vector, static-byte-vector->pointer.