Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/hook/
Dmusl_malloc_dispatch_table.h11 struct MallocDispatchType malloc_dispatch_table; member
/third_party/musl/libc-test/src/nativehook/
Druntest.c45 volatile const struct MallocDispatchType* malloc_dispatch_table = get_current_dispatch_table(); in main() local