diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2002-01-11 01:05:15 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2002-01-11 01:05:15 +0000 |
commit | f57e8d3bb1a36000e1951a4d2d5b0104b39bde4b (patch) | |
tree | 1832f932eb5b100aa18e2ded01ab7eb7c2a160ff /perly.c | |
parent | 32a0ca981d227febefbe7afb901dbcb1c90ce29c (diff) | |
download | perl-f57e8d3bb1a36000e1951a4d2d5b0104b39bde4b.tar.gz |
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
Diffstat (limited to 'perly.c')
0 files changed, 0 insertions, 0 deletions