user defined malloc
DJ Delorie
dj@delorie.com
Sat Jul 1 19:45:00 GMT 2000
> My question is do I have to also override the _malloc_r routine, and
> if so, could someone provide some information or a link on what is
> required? It appears to be a reentrant version of malloc.
Yup, newlib is heavy into reentrancy. However, _malloc_r isn't
exported by cygwin1.dll and cygwin doesn't expect your program to
replace it. I'm not sure how much of a "bug" this is, but I'm open
for suggestions. Might want to ask on the newlib list also, I'm sure
they have really good reasons to call the reentrant malloc.
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com
More information about the Cygwin
mailing list