Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_stack.h27 u32 GetMallocContextSize();
59 GET_STACK_TRACE(GetMallocContextSize(), common_flags()->fast_unwind_on_malloc)
Dmemprof_stack.cpp25 u32 GetMallocContextSize() { in GetMallocContextSize() function
/external/llvm-project/compiler-rt/lib/asan/
Dasan_stack.h27 u32 GetMallocContextSize();
64 GET_STACK_TRACE(GetMallocContextSize(), common_flags()->fast_unwind_on_malloc)
Dasan_stack.cpp25 u32 GetMallocContextSize() { in GetMallocContextSize() function
Dasan_activation.cpp102 asan_deactivated_flags.malloc_context_size = GetMallocContextSize(); in AsanDeactivate()
/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()