Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | poison: added valgrind support | Max Kellermann | 2009-03-09 | 1 | -0/+14 |
| | | | | | | If the header valgrind/memcheck.h is available, add VALGRIND_MAKE_MEM_NOACCESS() and VALGRIND_MAKE_MEM_UNDEFINED() support, which enables nice warnings in the valgrind memory checker. | ||||
* | added memory poisoning library | Max Kellermann | 2009-03-09 | 1 | -0/+61 |
Memory poisoning is useful for marking memory regions as "undefined". This poisoning only enabled in the debug build (!NDEBUG). |