Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_allocator.h35 struct AllocatorOptions { struct
46 void InitializeAllocator(const AllocatorOptions &options); argument
47 void ReInitializeAllocator(const AllocatorOptions &options);
48 void GetAllocatorOptions(AllocatorOptions *options);
Dasan_allocator.cc208 void AllocatorOptions::SetFrom(const Flags *f, const CommonFlags *cf) { in SetFrom()
216 void AllocatorOptions::CopyTo(Flags *f, CommonFlags *cf) { in CopyTo()
246 void CheckOptions(const AllocatorOptions &options) const { in CheckOptions()
254 void SharedInitCode(const AllocatorOptions &options) { in SharedInitCode()
264 void Initialize(const AllocatorOptions &options) { in Initialize()
269 void ReInitialize(const AllocatorOptions &options) { in ReInitialize()
274 void GetOptions(AllocatorOptions *options) const { in GetOptions()
680 void InitializeAllocator(const AllocatorOptions &options) { in InitializeAllocator()
684 void ReInitializeAllocator(const AllocatorOptions &options) { in ReInitializeAllocator()
688 void GetAllocatorOptions(AllocatorOptions *options) { in GetAllocatorOptions()
Dasan_activation.cc26 AllocatorOptions allocator_options;
112 AllocatorOptions disabled = asan_deactivated_flags.allocator_options; in AsanDeactivate()
Dasan_rtl.cc457 AllocatorOptions allocator_options; in AsanInitInternal()