summaryrefslogtreecommitdiff
path: root/standalone/report.h
diff options
context:
space:
mode:
Diffstat (limited to 'standalone/report.h')
-rw-r--r--standalone/report.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/standalone/report.h b/standalone/report.h
index 14e4e799b73..3a78ab64b13 100644
--- a/standalone/report.h
+++ b/standalone/report.h
@@ -32,7 +32,10 @@ void NORETURN reportSanityCheckError(const char *Field);
void NORETURN reportAlignmentTooBig(uptr Alignment, uptr MaxAlignment);
void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize,
uptr MaxSize);
+void NORETURN reportOutOfBatchClass();
void NORETURN reportOutOfMemory(uptr RequestedSize);
+void NORETURN reportSoftRSSLimit(uptr RssLimitMb);
+void NORETURN reportHardRSSLimit(uptr RssLimitMb);
enum class AllocatorAction : u8 {
Recycling,
Deallocating,