diff options
author | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2006-05-21 22:20:48 +0000 |
---|---|---|
committer | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2006-05-21 22:20:48 +0000 |
commit | 1c12ffb434b4a9bffc733e04581e76608fc7c846 (patch) | |
tree | ace043e67aac2898ff8906696a368accdd20a045 /handy.h | |
parent | d070ff45303f31f7ea3c355a42984d1c652a0faf (diff) | |
download | perl-1c12ffb434b4a9bffc733e04581e76608fc7c846.tar.gz |
Document PoisonFree() instead of documenting Poison() twice.
p4raw-id: //depot/perl@28265
Diffstat (limited to 'handy.h')
-rw-r--r-- | handy.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -626,7 +626,7 @@ again) that hopefully catches attempts to access uninitialized memory. PoisonWith(0xAB) for catching access to allocated but uninitialized memory. -=for apidoc Am|void|Poison|void* dest|int nitems|type +=for apidoc Am|void|PoisonFree|void* dest|int nitems|type PoisonWith(0xEF) for catching access to freed memory. |