[compiler-rt] [scudo] Fix release to OS logic in secondary cache. (PR #103303)
Christopher Ferris via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 13 13:23:03 PDT 2024
================
@@ -321,8 +321,6 @@ class MapAllocatorCache {
}
CachedBlock PrevEntry = Quarantine[QuarantinePos];
Quarantine[QuarantinePos] = Entry;
- if (OldestTime == 0)
----------------
cferris1000 wrote:
It looks like you are combining the removal of OldestTime with this cl. Did you mean to do that?
https://github.com/llvm/llvm-project/pull/103303
More information about the llvm-commits
mailing list