Searched refs:asan_introspection (Results 1 – 1 of 1) sorted by relevance
325 static malloc_introspection_t asan_introspection; in ReplaceSystemMalloc() local327 internal_memset(&asan_introspection, 0, sizeof(asan_introspection)); in ReplaceSystemMalloc()329 asan_introspection.enumerator = &mi_enumerator; in ReplaceSystemMalloc()330 asan_introspection.good_size = &mi_good_size; in ReplaceSystemMalloc()331 asan_introspection.check = &mi_check; in ReplaceSystemMalloc()332 asan_introspection.print = &mi_print; in ReplaceSystemMalloc()333 asan_introspection.log = &mi_log; in ReplaceSystemMalloc()334 asan_introspection.force_lock = &mi_force_lock; in ReplaceSystemMalloc()335 asan_introspection.force_unlock = &mi_force_unlock; in ReplaceSystemMalloc()336 asan_introspection.statistics = &mi_statistics; in ReplaceSystemMalloc()[all …]