Home
last modified time | relevance | path

Searched refs:SetMallocContextSize (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_activation.cc109 SetMallocContextSize(1); in AsanDeactivate()
130 SetMallocContextSize(asan_deactivated_flags.malloc_context_size); in AsanActivate()
Dasan_stack.cc22 void SetMallocContextSize(u32 size) { in SetMallocContextSize() function
Dasan_stack.h26 void SetMallocContextSize(u32 size);
Dasan_rtl.cc371 SetMallocContextSize(common_flags()->malloc_context_size); in AsanInitInternal()