This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
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)
commit07d8178fb8f2977ae91322f6d1822cdf14b7ea67
tree5f73e56e6613e96864509beb2e757b34773afd81
parentf28d3e18d02c4a3e87fdcee0f8f27eeead156032
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
makedef.pl