[PATCH] D58686: [scudo][standalone] Adding vector, bytemap & stats

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 26 10:12:24 PST 2019


cryptoad created this revision.
Herald added subscribers: llvm-commits, Sanitizers, jfb, delcypher, mgorny.
Herald added projects: LLVM, Sanitizers.

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.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D58686

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58686.188409.patch
Type: text/x-patch
Size: 14268 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190226/2b9fbb60/attachment.bin>


More information about the llvm-commits mailing list