: reduced malloc patch
authorIlya Zakharevich <ilya@math.ohio-state.edu>
Sun, 15 Jun 1997 23:17:08 +0000 (11:17 +1200)
committerTim Bunce <Tim.Bunce@ig.co.uk>
Wed, 6 Aug 1997 12:00:00 +0000 (00:00 +1200)
commit38a1ac3f7341206073b47f38b6bdb094f3f50352
tree8a6a3ab6abbd143ddac4b0098548c1b9a9c038cf
parent08e6e932beedeeb539d33c0d190f4b39a4ce6d37
: reduced malloc patch

Since this problems arise again and again on the list, here is the
reduced malloc patch.  It corrects the following problems:

a) several off-by-one in av_make();
b) Growing TMP on conversion number=>string;
c) Uncompatibility of -DDEBUGGING_MSTATS and system malloc;

(The first two problems are fixed by malloc_jumbo_2 as well, but the
2 chunks for "c" - in perl.c - were forgotten in that patch).

Enjoy,

p5p-msgid: 199707150829.EAA01291@monk.mps.ohio-state.edu
av.c
malloc.c
perl.c
sv.c