malloc() indirection

Sergey Okhapkin sos@prospect.com.ru
Fri Jul 10 12:03:00 GMT 1998


Kurt A. Stephens wrote:
> I'd like to propose a change to the cygwin32.dll.
> The goal is to allow user defined functions for malloc(), realloc(), and
> free() can be used
> instead of the standard allocator.
>

If you link an application with your own malloc functions, cygwinb19.dll 
will forget about internal functions and will call your ones. You have to 
provide 4 functions - malloc, free, realloc and calloc. For example, 
cygwin-compiled Xemacs doesn't use cygwin's malloc, but provides its own 
malloc.

--
Sergey Okhapkin, http://www.lexa.ru/sos
Moscow, Russia


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list