mariadb/storage/innobase/buf
Marko Mäkelä 8637931f11 Add ASAN instrumentation (and more strict Valgrind) to InnoDB
mem_heap_free_heap_top(): Remove UNIV_MEM_ASSERT_W() and unpoison
the memory region first, because part of it may have been poisoned
by an earlier mem_heap_free_top() call.
Poison the address range at the end.

mem_heap_block_free(): Poison the address range at the end.

UNIV_MEM_ASSERT_AND_ALLOC(): Replace with UNIV_MEM_ALLOC().
We want to keep the address ranges poisoned (unaccessible) as
long as possible.

UNIV_MEM_ASSERT_AND_FREE(): Replace with UNIV_MEM_FREE().
2018-01-23 20:34:05 +02:00
..
buf0buddy.c Add ASAN instrumentation (and more strict Valgrind) to InnoDB 2018-01-23 20:34:05 +02:00
buf0buf.c MDEV-11626 innodb.innodb-change-buffer-recovery fails for xtradb 2017-05-29 13:07:23 +03:00
buf0flu.c BUG#22530768 Innodb freeze running REPLACE statements 2016-01-15 10:26:08 +08:00
buf0lru.c Add ASAN instrumentation (and more strict Valgrind) to InnoDB 2018-01-23 20:34:05 +02:00
buf0rea.c Fixing the bug 16919882 - WRONG FSF ADDRESS IN LICENSES HEADERS 2013-06-10 22:29:41 +02:00