MYMALLOC for Win32:
authorNick Ing-Simmons <nik@tiuk.ti.com>
Sun, 16 Nov 1997 23:14:36 +0000 (23:14 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Sun, 16 Nov 1997 23:14:36 +0000 (23:14 +0000)
commitbbc8f9de328519d89fa89d8fca21fe808800d6a2
tree72f85dccf0490b17a1a933686d1a827c43fb3739
parent0fefa03b970ac01e359bb69c9e4daaddc57f3db9
MYMALLOC for Win32:
1. Initialize malloc_mutex before it is used (all platforms!)
2. Adjust #ifdef muddle to allow MYMALLOC and win32_ to coexist
3. Tweak win32/config*.* to define MYMALLOC
4. Provide sbrk() in terms of VirtualAlloc().

Also fixup -MT (perl95) build to handle Perl_current_thread
via call to DLL (as though an extension).

p4raw-id: //depot/ansiperl@259
12 files changed:
win32/Makefile
win32/config.bc
win32/config.vc
win32/config_H.bc
win32/config_H.vc
win32/makedef.pl
win32/makefile.mk
win32/perllib.c
win32/win32.c
win32/win32.h
win32/win32iop.h
win32/win32thread.h