Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_report.cpp131 ERROR_OOM("allocator is trying to allocate 0x%zx bytes\n", requested_size); in ReportOutOfMemory()
H A Dsanitizer_common.cpp50 ERROR_OOM("failed to %s 0x%zx (%zd) bytes of %s (error code: %d)\n", in ReportMmapFailureAndDie()
H A Dsanitizer_common.h339 #define ERROR_OOM(err_msg, ...) \ macro