mirror of
https://github.com/MariaDB/server.git
synced 2025-01-24 07:44:22 +01:00
d71dd22e97
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. |
||
---|---|---|
.. | ||
buf0buf.c | ||
buf0flu.c | ||
buf0lru.c | ||
buf0rea.c |