[compiler-rt] [scudo] Separated committed and decommitted entries. (PR #101409)
Christopher Ferris via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 8 17:37:12 PDT 2024
================
@@ -314,16 +328,22 @@ class MapAllocatorCache {
// All excess entries are evicted from the cache
while (needToEvict()) {
+ EntryListT EvictionListType;
----------------
cferris1000 wrote:
It's probably worth a comment saying why you are evicting from the decommitted list first.
https://github.com/llvm/llvm-project/pull/101409
More information about the llvm-commits
mailing list