diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-07-21 12:50:28 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-08-01 11:53:53 +0200 |
commit | 07d8178fb8f2977ae91322f6d1822cdf14b7ea67 (patch) | |
tree | 5f73e56e6613e96864509beb2e757b34773afd81 /makedef.pl | |
parent | f28d3e18d02c4a3e87fdcee0f8f27eeead156032 (diff) | |
download | perl-07d8178fb8f2977ae91322f6d1822cdf14b7ea67.tar.gz |
In makedef.pl, remove Perl_malloc{ed,_good}_size from the !MYMALLOC skip list.
Perl_malloced_size was never in the public API, has not been available for
export since commit 954c1994944eafa7 (in January 2000) restricted exports to
just API functions. Perl_malloc_good_size was added to the skip list with
commit 641071807211a396, which added the (non-API) function to malloc.c
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/makedef.pl b/makedef.pl index 85d18347c0..4da7e612f6 100644 --- a/makedef.pl +++ b/makedef.pl @@ -544,8 +544,6 @@ else { PL_malloc_mutex Perl_dump_mstats Perl_get_mstats - Perl_malloced_size - Perl_malloc_good_size MallocCfg_ptr MallocCfgP_ptr )]; |