mariadb/mem
marko 10ca4727a8 Improve memory debugging. This is follow-up to r1819.
mem_heap_validate(): Compile this function also if UNIV_MEM_DEBUG is
defined.  Previously, this function was only compiled with UNIV_DEBUG.

mem_heap_free_heap_top(): Flag the memory allocated, not freed, for
Valgrind.  Otherwise, Valgrind would complain on the second call of
mem_heap_empty().

UNIV_MEM_ASSERT_RW(), UNIV_MEM_ASSERT_W(): Display additional diagnostics
for failed Valgrind checks.
2007-09-10 08:44:51 +00:00
..
mem0dbg.c Improve memory debugging. This is follow-up to r1819. 2007-09-10 08:44:51 +00:00
mem0mem.c Merge r1815:1817 from branches/zip: Improve Valgrind instrumentation. 2007-09-06 12:46:50 +00:00
mem0pool.c Port extra Valgrind instrumentation (UNIV_DEBUG_VALGRIND) from branches/zip. 2007-06-14 08:34:23 +00:00