Add Valgrind hooks for memory pools
authorDavid Woodhouse <David.Woodhouse@intel.com>
Thu, 9 Dec 2010 16:53:40 +0000 (16:53 +0000)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Sat, 11 Dec 2010 12:23:47 +0000 (12:23 +0000)
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.


No differences found