Skip to content

Commit

Permalink
[scudo] Clean up decl of RSSLimit funtions (NFC)
Browse files Browse the repository at this point in the history
Reviewed By: cferris

Differential Revision: https://reviews.llvm.org/D159389
  • Loading branch information
ChiaHungDuan committed Sep 5, 2023
1 parent 887e1aa commit 4c676d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compiler-rt/lib/scudo/standalone/report.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ 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,
Expand Down

0 comments on commit 4c676d5

Please sign in to comment.