From: David Woodhouse Date: Thu, 9 Dec 2010 16:53:40 +0000 (+0000) Subject: Add Valgrind hooks for memory pools X-Git-Tag: exim-4_73_RC0~15 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/7f36d675a458b3cf823c977e2cc4b47a6e6c8d4a?hp=7f36d675a458b3cf823c977e2cc4b47a6e6c8d4a Add Valgrind hooks for memory pools It's useful to tell Valgrind when memory is undefined because it's been freed by store_reset(), and when it's not supposed to be accessed because although it's been allocated for the store it hasn't actually been given out by store_get() yet. ---