Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/asan/ !
H A Dasan_activation.cpp101 GetAllocatorOptions(&asan_deactivated_flags.allocator_options); in AsanDeactivate()
H A Dasan_allocator.h49 void GetAllocatorOptions(AllocatorOptions *options);
H A Dasan_allocator.cpp978 void GetAllocatorOptions(AllocatorOptions *options) { in GetAllocatorOptions() function