> From: Greg Stein [mailto:[EMAIL PROTECTED] > > On Tue, Jan 29, 2002 at 06:27:19AM -0000, [EMAIL PROTECTED] wrote: > >... > > newarr = malloc(arg * sizeof(char *)); > > Since this is Win32 specific code, is there a benefit to using Win32 > allocation routines? >
Nope. The rest of apr_app.c is already pretty MSVC CRT debug heap specific anyway. Bill
