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

/freebsd-current/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);
H A Dsanitizer_common.cpp50 ERROR_OOM("failed to %s 0x%zx (%zd) bytes of %s (error code: %d)\n",
H A Dsanitizer_common.h340 #define ERROR_OOM(err_msg, ...) \ macro
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_errors.cpp282 ERROR_OOM("allocator is trying to allocate 0x%zx bytes\n", requested_size);

Completed in 100 milliseconds