Home
last modified time | relevance | path

Searched refs:ERROR_OOM (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_report.cpp131 ERROR_OOM("allocator is trying to allocate 0x%zx bytes\n", requested_size); in ReportOutOfMemory()
Dsanitizer_common.cpp50 ERROR_OOM("failed to %s 0x%zx (%zd) bytes of %s (error code: %d)\n", in ReportMmapFailureAndDie()
Dsanitizer_common.h328 #define ERROR_OOM(err_msg, ...) \ macro
/openbsd/src/gnu/llvm/compiler-rt/lib/asan/
Dasan_errors.cpp282 ERROR_OOM("allocator is trying to allocate 0x%zx bytes\n", requested_size); in Print()