[PATCH] D69570: [scudo][standalone] Add a free list to the Secondary

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 30 07:56:34 PDT 2019


cryptoad updated this revision to Diff 227097.
cryptoad marked 3 inline comments as done.
cryptoad added a comment.

Renaming the variable `From` to `RoundedAllocationStart`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69570

Files:
  compiler-rt/lib/scudo/standalone/CMakeLists.txt
  compiler-rt/lib/scudo/standalone/allocator_config.h
  compiler-rt/lib/scudo/standalone/combined.h
  compiler-rt/lib/scudo/standalone/secondary.cpp
  compiler-rt/lib/scudo/standalone/secondary.h
  compiler-rt/lib/scudo/standalone/tests/combined_test.cpp
  compiler-rt/lib/scudo/standalone/tests/secondary_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69570.227097.patch
Type: text/x-patch
Size: 17968 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191030/63b956db/attachment.bin>


More information about the llvm-commits mailing list