Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_stack.h28 u32 GetMallocContextSize();
106 GET_STACK_TRACE(GetMallocContextSize(), common_flags()->fast_unwind_on_malloc)
Dasan_stack.cc26 u32 GetMallocContextSize() { in GetMallocContextSize() function
Dasan_activation.cc98 asan_deactivated_flags.malloc_context_size = GetMallocContextSize(); in AsanDeactivate()