mariadb/ut
marko f4cccb1f81 branches/zip: Map ut_malloc(), ut_realloc(), ut_free() to
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 .
2009-02-10 08:38:41 +00:00
..
ut0byte.c branches/zip: Add a UNIV_INTERN qualifier to every global function declaration 2008-02-18 18:38:33 +00:00
ut0dbg.c branches/zip: Introduce UNIV_INTERN, a linkage specifier for InnoDB-global 2008-02-06 14:17:36 +00:00
ut0list.c branches/zip: Introduce UNIV_INTERN, a linkage specifier for InnoDB-global 2008-02-06 14:17:36 +00:00
ut0mem.c branches/zip: Map ut_malloc(), ut_realloc(), ut_free() to 2009-02-10 08:38:41 +00:00
ut0rnd.c branches/zip: Hide some global variables that were accidentally not hidden 2008-02-06 16:11:46 +00:00
ut0ut.c branches/zip: Enclose some functions inside #ifdef UNIV_HOTBACKUP: 2009-01-28 13:21:45 +00:00
ut0vec.c branches/zip: Introduce UNIV_INTERN, a linkage specifier for InnoDB-global 2008-02-06 14:17:36 +00:00
ut0wqueue.c branches/zip: Introduce UNIV_INTERN, a linkage specifier for InnoDB-global 2008-02-06 14:17:36 +00:00