[compiler-rt] [scudo] Add primary option to enable/disable cache blocks. (PR #129794)

Jordan R AW via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 7 10:48:11 PST 2025


================
@@ -161,11 +161,6 @@ template <class SizeClassAllocator> struct SizeClassAllocatorLocalCache {
     }
   }
 
-  void destroyBatch(uptr ClassId, void *B) {
----------------
ajordanr-google wrote:

was this unused? I don't see it anywhere else in the PR.

https://github.com/llvm/llvm-project/pull/129794


More information about the llvm-commits mailing list