Searched refs:AllocatorOptions (Results 1 – 4 of 4) sorted by relevance
35 struct AllocatorOptions { struct46 void InitializeAllocator(const AllocatorOptions &options); argument47 void ReInitializeAllocator(const AllocatorOptions &options);48 void GetAllocatorOptions(AllocatorOptions *options);
208 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()
26 AllocatorOptions allocator_options;112 AllocatorOptions disabled = asan_deactivated_flags.allocator_options; in AsanDeactivate()
457 AllocatorOptions allocator_options; in AsanInitInternal()