Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dgwp_asan_wrappers.h48 bool DispatchIsGwpAsan(const MallocDispatch* dispatch);
Dgwp_asan_wrappers.cpp422 bool DispatchIsGwpAsan(const MallocDispatch* dispatch) { in DispatchIsGwpAsan() argument
423 return dispatch == &gwp_asan_dispatch; in DispatchIsGwpAsan()
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp115 ASSERT_TRUE(debug_initialize(&dispatch, &zygote_child, options)); in Init()
129 static MallocDispatch dispatch; member in MallocDebugTest
132 MallocDispatch MallocDebugTest::dispatch = { member in MallocDebugTest
/bionic/libc/
DSYSCALLS.TXT20 # been provided, allows the user to specify dispatch style syscalls.