mariadb/storage/xtradb/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 Merge branch 'merge-xtradb-5.5' into 5.5 2016-04-20 18:56:41 +02:00
buf0lru.c Add ASAN instrumentation (and more strict Valgrind) to InnoDB 2018-01-23 20:34:05 +02:00
buf0rea.c move to storage/xtradb/ 2015-04-27 23:37:51 +02:00