mariadb/storage/xtradb/mem
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
..
mem0dbg.c Percona-Server-5.5.33-rel31.1.tar.gz 2013-09-07 13:49:15 +02:00
mem0mem.c Add ASAN instrumentation (and more strict Valgrind) to InnoDB 2018-01-23 20:34:05 +02:00
mem0pool.c Percona-Server-5.5.33-rel31.1.tar.gz 2013-09-07 13:49:15 +02:00