reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
27 AllocatorOptions allocator_options; 111 AllocatorOptions disabled = asan_deactivated_flags.allocator_options;projects/compiler-rt/lib/asan/asan_allocator.cpp
261 void CheckOptions(const AllocatorOptions &options) const { 269 void SharedInitCode(const AllocatorOptions &options) { 279 void InitLinkerInitialized(const AllocatorOptions &options) { 316 void ReInitialize(const AllocatorOptions &options) { 333 void GetOptions(AllocatorOptions *options) const { 837 void InitializeAllocator(const AllocatorOptions &options) { 841 void ReInitializeAllocator(const AllocatorOptions &options) { 845 void GetAllocatorOptions(AllocatorOptions *options) {projects/compiler-rt/lib/asan/asan_allocator.h
46 void InitializeAllocator(const AllocatorOptions &options); 47 void ReInitializeAllocator(const AllocatorOptions &options); 48 void GetAllocatorOptions(AllocatorOptions *options);projects/compiler-rt/lib/asan/asan_rtl.cpp
468 AllocatorOptions allocator_options;