[compiler-rt] 4c676d5 - [scudo] Clean up decl of RSSLimit funtions (NFC)

Chia-hung Duan via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 5 11:37:23 PDT 2023


Author: Chia-hung Duan
Date: 2023-09-05T18:37:15Z
New Revision: 4c676d5265ec45cedcb9597fe9a5f28267f0b6f3

URL: https://github.com/llvm/llvm-project/commit/4c676d5265ec45cedcb9597fe9a5f28267f0b6f3
DIFF: https://github.com/llvm/llvm-project/commit/4c676d5265ec45cedcb9597fe9a5f28267f0b6f3.diff

LOG: [scudo] Clean up decl of RSSLimit funtions (NFC)

Reviewed By: cferris

Differential Revision: https://reviews.llvm.org/D159389

Added: 
    

Modified: 
    compiler-rt/lib/scudo/standalone/report.h

Removed: 
    


################################################################################
diff  --git a/compiler-rt/lib/scudo/standalone/report.h b/compiler-rt/lib/scudo/standalone/report.h
index 3a78ab64b13f00..92e20f4fb533ee 100644
--- a/compiler-rt/lib/scudo/standalone/report.h
+++ b/compiler-rt/lib/scudo/standalone/report.h
@@ -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,


        


More information about the llvm-commits mailing list