On OS X to use perl's malloc need to USE_PERL_SBRK and emulate sbrk()
authorNicholas Clark <nick@ccl4.org>
Sat, 25 Jun 2005 15:45:06 +0000 (15:45 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 25 Jun 2005 15:45:06 +0000 (15:45 +0000)
commitbc961b003e8925ea1668627dcdfb26c75212b4c6
tree747d580006cf4afe925fadcbdb5c0b4c53712bb5
parent808e22764acaa30a6102c376217d07f25df6e137
On OS X to use perl's malloc need to USE_PERL_SBRK and emulate sbrk()
using system malloc, because sbrk() stops giving us memory after about
14Mb.

p4raw-id: //depot/perl@24981
hints/darwin.sh