[PATCH] D58184: [scudo][standalone] Introduce platform specific code & mutexes

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 25 09:11:29 PST 2019


cryptoad updated this revision to Diff 188197.
cryptoad marked 7 inline comments as done.
cryptoad added a comment.

Handle `EAGAIN` for `madvice`.
Reorganize the map tests to lower the code cost of death tests (~1 line).


Repository:
  rCRT Compiler Runtime

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

https://reviews.llvm.org/D58184

Files:
  lib/scudo/standalone/CMakeLists.txt
  lib/scudo/standalone/atomic_helpers.h
  lib/scudo/standalone/common.cc
  lib/scudo/standalone/common.h
  lib/scudo/standalone/empty.cc
  lib/scudo/standalone/fuchsia.cc
  lib/scudo/standalone/internal_defs.h
  lib/scudo/standalone/linux.cc
  lib/scudo/standalone/linux.h
  lib/scudo/standalone/mutex.h
  lib/scudo/standalone/tests/CMakeLists.txt
  lib/scudo/standalone/tests/atomic_test.cc
  lib/scudo/standalone/tests/list_test.cc
  lib/scudo/standalone/tests/map_test.cc
  lib/scudo/standalone/tests/mutex_test.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58184.188197.patch
Type: text/x-patch
Size: 38974 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190225/6a582df3/attachment.bin>


More information about the llvm-commits mailing list