added memory poisoning library

Memory poisoning is useful for marking memory regions as "undefined".
This poisoning only enabled in the debug build (!NDEBUG).
This commit is contained in:
Max Kellermann
2009-03-09 19:09:30 +01:00
parent 71e88271d9
commit fd76e29fba
2 changed files with 62 additions and 0 deletions
+1
View File
@@ -107,6 +107,7 @@ mpd_headers = \
src/playlist_print.h \
src/playlist_save.h \
src/playlist_state.h \
src/poison.h \
src/riff.h \
src/aiff.h \
src/queue.h \