[PATCH] D103641: [scudo] Rework Vector/String

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 3 14:07:04 PDT 2021


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

Based on feedback, remove for now the `CanGrow` aspect of the vector.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103641

Files:
  compiler-rt/lib/scudo/standalone/combined.h
  compiler-rt/lib/scudo/standalone/primary64.h
  compiler-rt/lib/scudo/standalone/size_class_map.h
  compiler-rt/lib/scudo/standalone/string_utils.cpp
  compiler-rt/lib/scudo/standalone/string_utils.h
  compiler-rt/lib/scudo/standalone/tests/primary_test.cpp
  compiler-rt/lib/scudo/standalone/tests/quarantine_test.cpp
  compiler-rt/lib/scudo/standalone/tests/secondary_test.cpp
  compiler-rt/lib/scudo/standalone/tests/vector_test.cpp
  compiler-rt/lib/scudo/standalone/vector.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103641.349680.patch
Type: text/x-patch
Size: 9145 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210603/2fdec9f6/attachment.bin>


More information about the llvm-commits mailing list