Details
- Reviewers
- None
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Unit tests: pass. 61933 tests passed, 0 failed and 783 were skipped.
clang-tidy: unknown.
clang-format: pass.
Build artifacts: diff.json, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml
compiler-rt/lib/scudo/standalone/primary64.h | ||
---|---|---|
190 | I don't think this release/acquire order does anything here. Replace with memory_order_relaxed? | |
compiler-rt/lib/scudo/standalone/wrappers_c.inc | ||
162 | This value, and the one below, do not seem to match the description in https://android.googlesource.com/platform/bionic/+/master/docs/native_allocator.md A comment explaining the choice of the values would be great. |
compiler-rt/lib/scudo/standalone/wrappers_c.inc | ||
---|---|---|
162 | This CL is just a WIP that I put here to share with cferris@. |
I don't think this release/acquire order does anything here. Replace with memory_order_relaxed?