1 //===-- sanitizer_allocator_checks.cc ---------------------------*- C++ -*-===//
3 // This file is distributed under the University of Illinois Open Source
4 // License. See LICENSE.TXT for details.
6 //===----------------------------------------------------------------------===//
8 // Various checks shared between ThreadSanitizer, MemorySanitizer, etc. memory
11 //===----------------------------------------------------------------------===//
13 #include "sanitizer_errno.h"
15 namespace __sanitizer
{
17 void SetErrnoToENOMEM() {
21 } // namespace __sanitizer