Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_stack.h28 u32 GetMallocContextSize();
98 GET_STACK_TRACE(GetMallocContextSize(), common_flags()->fast_unwind_on_malloc)
H A Dasan_stack.cc26 u32 GetMallocContextSize() { in GetMallocContextSize() function
H A Dasan_activation.cc103 asan_deactivated_flags.malloc_context_size = GetMallocContextSize(); in AsanDeactivate()