Add Perl_malloc_good_size to malloc.c. (A routine that rounds up the
authorNicholas Clark <nick@ccl4.org>
Wed, 27 Feb 2008 19:10:02 +0000 (19:10 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 27 Feb 2008 19:10:02 +0000 (19:10 +0000)
commit641071807211a3969bcad26ac3f2a39f4550a11c
treef8d7cf2e1c8f223acae107e41f2361248172d699
parent4fd0a9b8690ace1bad89926e6d018a6f863761c3
Add Perl_malloc_good_size to malloc.c. (A routine that rounds up the
passed in request to the size that will actually be allocated. It's
the same interface as Darwin already provides with malloc_good_size().)

p4raw-id: //depot/perl@33389
embed.fnc
embed.h
makedef.pl
malloc.c
proto.h