mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
f4cccb1f81
malloc(), realloc(), free() when innodb_use_sys_malloc is set. ut_free_all_mem(): If innodb_use_sys_malloc is set, do nothing, because then ut_mem_block_list_inited will never be set. log_init(): Use mem_alloc() instead of ut_malloc(), so that the memory will be freed. (Tested with Valgrind, although it is not clear why the memory would be freed.) rb://86 approved by Heikki Tuuri and Ken Jacobs. This addresses Issue #168. |
||
---|---|---|
.. | ||
log0log.c | ||
log0recv.c |