Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.h34 struct AllocatorOptions { struct
47 void InitializeAllocator(const AllocatorOptions &options); argument
48 void ReInitializeAllocator(const AllocatorOptions &options);
49 void GetAllocatorOptions(AllocatorOptions *options);
50 void ApplyAllocatorOptions(const AllocatorOptions &options);
H A Dasan_allocator.cpp331 void AllocatorOptions::SetFrom(const Flags *f, const CommonFlags *cf) { in SetFrom()
341 void AllocatorOptions::CopyTo(Flags *f, CommonFlags *cf) { in CopyTo()
373 void CheckOptions(const AllocatorOptions &options) const { in CheckOptions()
381 void SharedInitCode(const AllocatorOptions &options) { in SharedInitCode()
391 void InitLinkerInitialized(const AllocatorOptions &options) { in InitLinkerInitialized()
428 void ApplyOptions(const AllocatorOptions &options) { in ApplyOptions()
434 void ReInitialize(const AllocatorOptions &options) { in ReInitialize()
449 void GetOptions(AllocatorOptions *options) const { in GetOptions()
977 void InitializeAllocator(const AllocatorOptions &options) { in InitializeAllocator()
981 void ReInitializeAllocator(const AllocatorOptions &options) { in ReInitializeAllocator()
[all …]
H A Dasan_activation.cpp27 AllocatorOptions allocator_options;
111 AllocatorOptions disabled = asan_deactivated_flags.allocator_options; in AsanDeactivate()
H A Dasan_rtl.cpp421 AllocatorOptions allocator_options; in ApplyFlags()
498 AllocatorOptions allocator_options; in AsanInitInternal()