Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_activation.cc97 GetAllocatorOptions(&asan_deactivated_flags.allocator_options); in AsanDeactivate()
Dasan_allocator.h47 void GetAllocatorOptions(AllocatorOptions *options);
Dasan_allocator.cc703 void GetAllocatorOptions(AllocatorOptions *options) { in GetAllocatorOptions() function