Home | History | Annotate | Download | only in asan

Lines Matching full:addresssanitizer

10 // This file is a part of AddressSanitizer, an address sanity checker.
228 Printf(" somewhere around (this is AddressSanitizer bug!)");
624 Report("WARNING: AddressSanitizer failed to allocate %p bytes\n", size);
712 Report("ERROR: AddressSanitizer attempting double-free on %p:\n", ptr);
717 Report("ERROR: AddressSanitizer attempting free on address which was not"
868 Report("ERROR: AddressSanitizer attempting to call malloc_usable_size() "
1073 Report("ERROR: AddressSanitizer attempting to call "