Searched refs:AllocatorOptions (Results 1 – 4 of 4) sorted by relevance
34 struct AllocatorOptions { struct47 void InitializeAllocator(const AllocatorOptions &options); argument48 void ReInitializeAllocator(const AllocatorOptions &options);49 void GetAllocatorOptions(AllocatorOptions *options);
27 AllocatorOptions allocator_options;111 AllocatorOptions disabled = asan_deactivated_flags.allocator_options; in AsanDeactivate()
330 void AllocatorOptions::SetFrom(const Flags *f, const CommonFlags *cf) { in SetFrom()340 void AllocatorOptions::CopyTo(Flags *f, CommonFlags *cf) { in CopyTo()372 void CheckOptions(const AllocatorOptions &options) const { in CheckOptions()380 void SharedInitCode(const AllocatorOptions &options) { in SharedInitCode()390 void InitLinkerInitialized(const AllocatorOptions &options) { in InitLinkerInitialized()426 void ReInitialize(const AllocatorOptions &options) { in ReInitialize()443 void GetOptions(AllocatorOptions *options) const { in GetOptions()970 void InitializeAllocator(const AllocatorOptions &options) { in InitializeAllocator()974 void ReInitializeAllocator(const AllocatorOptions &options) { in ReInitializeAllocator()978 void GetAllocatorOptions(AllocatorOptions *options) { in GetAllocatorOptions()
459 AllocatorOptions allocator_options; in AsanInitInternal()