static-vectors
static-vectors copied to clipboard
Allocate SIMPLE-ARRAYs in static memory
Results
2
static-vectors issues
Sort by
recently updated
recently updated
newest added
This is similar to #28, though my specific use-case is to have the payload of a vector be aligned to the page boundary. This is necessary in order to be...
https://github.com/sionescu/static-vectors/blob/87a447a8eaef9cf4fd1c16d407a49f9adaf8adad/src/impl-lispworks.lisp#L20-L37 Can `raw::free-an-object` be used to free the array on lispworks? Or is there any other recommendable way to free it?