Home
last modified time | relevance | path

Searched refs:memleak_tracker_so_dispatch_value (Results 1 - 2 of 2) sorted by relevance

/third_party/musl/porting/linux/user/src/hook/
H A Dmusl_preinit.c624 volatile const struct MallocDispatchType* memleak_tracker_so_dispatch_value = (volatile const struct MallocDispatchType* )atomic_load_explicit(&__musl_libc_globals.memleak_tracker_so_dispatch_table, memory_order_acquire); in __install_memleak_tracker_hook() local
625 atomic_store_explicit(&__musl_libc_globals.current_dispatch_table, (volatile long long)memleak_tracker_so_dispatch_value, memory_order_seq_cst); in __install_memleak_tracker_hook()
/third_party/musl/src/hook/linux/
H A Dmusl_preinit.c638 volatile const struct MallocDispatchType* memleak_tracker_so_dispatch_value = (volatile const struct MallocDispatchType*)atomic_load_explicit(&__musl_libc_globals.memleak_tracker_so_dispatch_table, memory_order_acquire); in __install_memleak_tracker_hook() local
639 atomic_store_explicit(&__musl_libc_globals.current_dispatch_table, (volatile long long)memleak_tracker_so_dispatch_value, memory_order_seq_cst); in __install_memleak_tracker_hook()

Completed in 3 milliseconds