mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
372a25240a
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(): Declare the memory undefined. mem_erase_buf(): Declare the memory freed. |
||
---|---|---|
.. | ||
mem0dbg.c | ||
mem0mem.c | ||
mem0pool.c |