summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-02-27 19:10:02 +0000
committerNicholas Clark <nick@ccl4.org>2008-02-27 19:10:02 +0000
commit641071807211a3969bcad26ac3f2a39f4550a11c (patch)
treef8d7cf2e1c8f223acae107e41f2361248172d699 /makedef.pl
parent4fd0a9b8690ace1bad89926e6d018a6f863761c3 (diff)
downloadperl-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.pl1
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
)];