Home
last modified time | relevance | path

Searched refs:gwp_asan_dispatch (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/bionic/
Dgwp_asan_wrappers.cpp179 static const MallocDispatch gwp_asan_dispatch __attribute__((unused)) = { variable
258 globals->malloc_dispatch_table = gwp_asan_dispatch; in MaybeInitGwpAsan()
259 atomic_store(&globals->default_dispatch_table, &gwp_asan_dispatch); in MaybeInitGwpAsan()
264 atomic_store(&globals->current_dispatch_table, &gwp_asan_dispatch); in MaybeInitGwpAsan()
279 return dispatch == &gwp_asan_dispatch; in DispatchIsGwpAsan()