In makedef.pl, remove Perl_malloc{ed,_good}_size from the !MYMALLOC skip list.
authorNicholas Clark <nick@ccl4.org>
Thu, 21 Jul 2011 10:50:28 +0000 (12:50 +0200)
committerNicholas Clark <nick@ccl4.org>
Mon, 1 Aug 2011 09:53:53 +0000 (11:53 +0200)
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

makedef.pl

index 85d1834..4da7e61 100644 (file)
@@ -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
                    )];