This CL adds a few more classes and some tests:
- bytemap: to be used by the primary when it lands;
- stats: to be used by the primary & secondary;
- vector: to be used by scoped strings when they land.
Code is clang-format with llvm style.
Paths
| Differential D58686
[scudo][standalone] Adding vector, bytemap & stats AbandonedPublic Authored by cryptoad on Feb 26 2019, 10:12 AM.
Details Summary This CL adds a few more classes and some tests:
Code is clang-format with llvm style.
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 26 2019, 10:12 AM Herald added subscribers: llvm-commits, Restricted Project, jfb and 2 others. · View Herald Transcript cryptoad added reviewers: morehouse, dmmoore415, flowerhack, vitalybuka, eugenis, mcgrathr.Feb 26 2019, 10:27 AM
cryptoad marked 3 inline comments as done. Comment ActionsRedoing as 3 separate patches as per Vitaly's request. With some replies to comments.
Revision Contents
Diff 188409 lib/scudo/standalone/CMakeLists.txt
lib/scudo/standalone/bytemap.h
lib/scudo/standalone/common.h
lib/scudo/standalone/stats.h
lib/scudo/standalone/tests/CMakeLists.txt
lib/scudo/standalone/tests/bytemap_test.cc
lib/scudo/standalone/tests/vector_test.cc
lib/scudo/standalone/vector.h
|
This patch should be 3 patches.