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.