Do not use raw::free-an-object because it will lead to crashes.  There is no
equivalent function that is safe.

If the turnover of vectors is too large for the GC to keep up then I suggest
reusing them explicitly.

-- 
Martin Simmons
LispWorks Ltd
http://www.lispworks.com/



>>>>> On Thu, 30 May 2024 08:15:19 +0000 (UTC), shubhamayare@yahoo co in said:
> 
> Hello all,
> Currently, static-vectors:free-static-vector on LispWorks is an empty 
> function.This function should free an array allocated with 
> static-vectors:make-static-vector.On LispWorks, 
> static-vectors:make-static-vector uses make-array with :allocation 
> :static.Then, what should be an appropriate definition for free-static-vector?
> I discovered raw::free-an-object that does what is intended. Does anyone know 
> if there'sa better candidate for the job?
> Thanks and Best,Shubhamkar Ayare / digikar

Reply via email to