]> git.vpit.fr Git - perl/modules/VPIT-XSHelpers.git/log
perl/modules/VPIT-XSHelpers.git
8 years agoWrap memory-related functions into new helpers
Vincent Pit [Mon, 9 Nov 2015 18:04:44 +0000 (16:04 -0200)]
Wrap memory-related functions into new helpers

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.

8 years agoInitial commit
Vincent Pit [Thu, 5 Nov 2015 12:26:33 +0000 (10:26 -0200)]
Initial commit