[Openmcl-devel] Accession already allocated arrays
Michał "phoe" Herda
phoe at disroot.org
Fri Feb 3 09:35:06 PST 2023
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.
More information about the Openmcl-devel
mailing list