Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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);
H A Dasan_activation.cpp27 AllocatorOptions allocator_options;
111 AllocatorOptions disabled = asan_deactivated_flags.allocator_options; in AsanDeactivate()
H A Dasan_allocator.cpp276 void AllocatorOptions::SetFrom(const Flags *f, const CommonFlags *cf) { in SetFrom()
286 void AllocatorOptions::CopyTo(Flags *f, CommonFlags *cf) { in CopyTo()
318 void CheckOptions(const AllocatorOptions &options) const { in CheckOptions()
326 void SharedInitCode(const AllocatorOptions &options) { in SharedInitCode()
336 void InitLinkerInitialized(const AllocatorOptions &options) { in InitLinkerInitialized()
372 void ReInitialize(const AllocatorOptions &options) { in ReInitialize()
389 void GetOptions(AllocatorOptions *options) const { in GetOptions()
915 void InitializeAllocator(const AllocatorOptions &options) { in InitializeAllocator()
919 void ReInitializeAllocator(const AllocatorOptions &options) { in ReInitializeAllocator()
923 void GetAllocatorOptions(AllocatorOptions *options) { in GetAllocatorOptions()
H A Dasan_rtl.cpp445 AllocatorOptions allocator_options; in AsanInitInternal()