]> git.vpit.fr Git - perl/modules/VPIT-XSHelpers.git/commitdiff
Wrap memory-related functions into new helpers
authorVincent Pit <perl@profvince.com>
Mon, 9 Nov 2015 18:04:44 +0000 (16:04 -0200)
committerVincent Pit <perl@profvince.com>
Wed, 18 Nov 2015 15:11:06 +0000 (13:11 -0200)
This lets us poison the recently allocated or freed memory areas on any
DEBUGGING perl (regardless of PERL_POISON) and for both interpreter-local
(Newx/Safefree) and shared (PerlMemShared_*) memory.


No differences found