[Request] Memory functions

Hi,

I have a small problem. I am writing code which gets called from
an interpreter which, due to the interpreter's garbage collection
policies, requires me to use special memory allocation functions
with the same interface as malloc, calloc, realloc, free etc.

Would it be possible in future versions of the library to let the
application register its own memory allocation functions rather 
than using malloc by default?

Comments?


Cheers,

Sacha.

Received on Thursday, 6 June 1996 08:18:05 UTC