mirror of
https://github.com/MariaDB/server.git
synced 2025-01-25 00:04:33 +01:00
10ca4727a8
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. |
||
---|---|---|
.. | ||
mem0dbg.c | ||
mem0mem.c | ||
mem0pool.c |