support using the CRT's malloc() family of functions instead of
authorGurusamy Sarathy <gsar@cpan.org>
Fri, 11 Jan 2002 01:05:15 +0000 (01:05 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Fri, 11 Jan 2002 01:05:15 +0000 (01:05 +0000)
commitf57e8d3bb1a36000e1951a4d2d5b0104b39bde4b
tree1832f932eb5b100aa18e2ded01ab7eb7c2a160ff
parent32a0ca981d227febefbe7afb901dbcb1c90ce29c
support using the CRT's malloc() family of functions instead of
the internal one when ithreads is enabled; allocate large blocks
using VirtualAlloc() since the Heap*() functions may only be tuned
for small allocations (from Doug Lankshear <dougl@ActiveState.com>)

pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
also see comments at the top of win32/vmem.h for other options that
can be set

p4raw-id: //depot/perl@14175
win32/vmem.h