[PATCH] D74641: [scudo][standalone] Implement batch sorting based on reclaiming

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 19 09:52:17 PST 2020


cryptoad updated this revision to Diff 245450.
cryptoad added a comment.

Only sort batches when a release occured on 32-bit.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74641/new/

https://reviews.llvm.org/D74641

Files:
  compiler-rt/lib/scudo/standalone/list.h
  compiler-rt/lib/scudo/standalone/local_cache.h
  compiler-rt/lib/scudo/standalone/primary32.h
  compiler-rt/lib/scudo/standalone/primary64.h
  compiler-rt/lib/scudo/standalone/release.h
  compiler-rt/lib/scudo/standalone/tests/release_test.cpp
  compiler-rt/lib/scudo/standalone/tests/size_class_map_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74641.245450.patch
Type: text/x-patch
Size: 13329 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200219/a69c5e16/attachment.bin>


More information about the llvm-commits mailing list