[PATCH] D82031: [scudo][standalone] Release smaller blocks less often

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 22 15:35:52 PDT 2020


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

Fix the PackedCounter static buffer check.
We were using the count of elements instead of the size of the buffer :(
Also make the count public so that release.cpp can use it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82031

Files:
  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.cpp
  compiler-rt/lib/scudo/standalone/release.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82031.272555.patch
Type: text/x-patch
Size: 4290 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200622/2be48a52/attachment.bin>


More information about the llvm-commits mailing list