[PATCH] D69265: [scudo][standalone] Consolidate lists

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 28 07:40:13 PDT 2019


cryptoad updated this revision to Diff 226664.
cryptoad marked 2 inline comments as done.
cryptoad added a comment.

Addressed Mitch's last comments:

- make sure of invariants in lists to reorganize some code blocks
- added a comment to justify a hard `CHECK` in place of a `DCHECK`


Repository:
  rCRT Compiler Runtime

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

https://reviews.llvm.org/D69265

Files:
  lib/scudo/standalone/list.h
  lib/scudo/standalone/primary32.h
  lib/scudo/standalone/primary64.h
  lib/scudo/standalone/quarantine.h
  lib/scudo/standalone/release.h
  lib/scudo/standalone/secondary.cpp
  lib/scudo/standalone/secondary.h
  lib/scudo/standalone/stats.h
  lib/scudo/standalone/tests/list_test.cpp
  lib/scudo/standalone/tests/release_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69265.226664.patch
Type: text/x-patch
Size: 19678 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191028/3b278b61/attachment.bin>


More information about the llvm-commits mailing list