mariadb/buf
marko d71dd22e97 Merge r1815:1817 from branches/zip: Improve Valgrind instrumentation.
UNIV_MEM_ASSERT_RW(): New macro, to check that the contents of a memory
area is defined.

UNIV_MEM_ASSERT_W(): New macro, to check that a memory area is writable.

UNIV_MEM_ASSERT_AND_FREE(): New macro, to check that the memory is
writable before declaring it free (unwritable).  This replaces UNIV_MEM_FREE()
in many places.

mem_init_buf(): Check that the memory is writable, and declare it undefined.

mem_erase_buf(): Check that the memory is writable, and declare it freed.
2007-09-06 12:46:50 +00:00
..
buf0buf.c Fix change missed as part of Bug# 15815. Use a function to check if a block 2007-07-10 21:29:56 +00:00
buf0flu.c Merge r1239 from 2007-01-18 21:27:31 +00:00
buf0lru.c Merge r1815:1817 from branches/zip: Improve Valgrind instrumentation. 2007-09-06 12:46:50 +00:00
buf0rea.c Revamp the line splits done in r763 and r764 that can now be done better, 2006-09-19 07:22:21 +00:00