Re: Accession already allocated arrays
Michał "phoe" Herda <[email protected]>
| Newsgroups | gmane.lisp.openmcl.devel |
|---|---|
| Message-ID | <[email protected]> |
On 3.02.2023 12:56, Grégory Vanuxem wrote: > I just need to have direct access to memory, so, in C, an address to > the data stored in Clozure CL arrays. This sounds like https://github.com/sionescu/static-vectors - these are guaranteed to have a C pointer to their contents and also never get moved around by the GC which would invalidate that pointer.