Searched refs:malloc_dispatch (Results 1 – 2 of 2) sorted by relevance
640 extern "C" bool malloc_debug_initialize(HashTable* hash_table, const MallocDebug* malloc_dispatch) { in malloc_debug_initialize() argument642 g_malloc_dispatch = malloc_dispatch; in malloc_debug_initialize()
602 extern "C" bool malloc_debug_initialize(HashTable*, const MallocDebug* malloc_dispatch) { in malloc_debug_initialize() argument603 g_malloc_dispatch = malloc_dispatch; in malloc_debug_initialize()