[PATCH] D61654: [scudo][standalone] Introduce the chunk header

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 7 15:41:46 PDT 2019


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

Updated to use class enums, and put some structures that uses to
be in the `scudo` namespace into the `scudo::Chunk` one, as it
makes more sense.


Repository:
  rCRT Compiler Runtime

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

https://reviews.llvm.org/D61654

Files:
  lib/scudo/standalone/CMakeLists.txt
  lib/scudo/standalone/chunk.h
  lib/scudo/standalone/tests/CMakeLists.txt
  lib/scudo/standalone/tests/chunk_test.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61654.198556.patch
Type: text/x-patch
Size: 10542 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190507/e9abde36/attachment.bin>


More information about the llvm-commits mailing list