Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_allocator.h34 struct AllocatorOptions { struct
45 void InitializeAllocator(const AllocatorOptions &options); argument
46 void ReInitializeAllocator(const AllocatorOptions &options);
47 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()
695 void InitializeAllocator(const AllocatorOptions &options) { in InitializeAllocator()
699 void ReInitializeAllocator(const AllocatorOptions &options) { in ReInitializeAllocator()
703 void GetAllocatorOptions(AllocatorOptions *options) { in GetAllocatorOptions()
Dasan_activation.cc26 AllocatorOptions allocator_options;
108 AllocatorOptions disabled = asan_deactivated_flags.allocator_options; in AsanDeactivate()
Dasan_rtl.cc515 AllocatorOptions allocator_options; in AsanInitInternal()
/external/compiler-rt/lib/scudo/
Dscudo_allocator.h34 struct AllocatorOptions { struct
46 void initAllocator(const AllocatorOptions &options); argument
Dscudo_allocator.cpp186 AllocatorOptions Options; in initInternal()
246 void AllocatorOptions::setFrom(const Flags *f, const CommonFlags *cf) { in setFrom()
255 void AllocatorOptions::copyTo(Flags *f, CommonFlags *cf) const { in copyTo()
287 void init(const AllocatorOptions &Options) { in init()
530 void initAllocator(const AllocatorOptions &Options) { in initAllocator()