Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_activation.cpp101 GetAllocatorOptions(&asan_deactivated_flags.allocator_options); in AsanDeactivate()
HDasan_allocator.h49 void GetAllocatorOptions(AllocatorOptions *options);
HDasan_allocator.cpp978 void GetAllocatorOptions(AllocatorOptions *options) { in GetAllocatorOptions() function