diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-02-27 19:10:02 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-02-27 19:10:02 +0000 |
commit | 641071807211a3969bcad26ac3f2a39f4550a11c (patch) | |
tree | f8d7cf2e1c8f223acae107e41f2361248172d699 /makedef.pl | |
parent | 4fd0a9b8690ace1bad89926e6d018a6f863761c3 (diff) | |
download | perl-641071807211a3969bcad26ac3f2a39f4550a11c.tar.gz |
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
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl index dad466ad42..a559061a5f 100644 --- a/makedef.pl +++ b/makedef.pl @@ -667,6 +667,7 @@ else { Perl_dump_mstats Perl_get_mstats Perl_malloced_size + Perl_malloc_good_size MallocCfg_ptr MallocCfgP_ptr )]; |