Home
last modified time | relevance | path

Searched defs:impl_handler (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/bionic/libc/bionic/
H A Dmalloc_common_dynamic.cpp139 static bool InitMallocFunctions(void* impl_handler, MallocDispatch* table, const char* prefix) { in InitMallocFunctions()
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/handler/
Dmod.rs212 macro_rules! impl_handler { macro