[PATCH] D68653: [scudo][standalone] Get statistics in a char buffer
Kostya Kortchinsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 8 13:56:22 PDT 2019
cryptoad updated this revision to Diff 223937.
cryptoad added a comment.
Adding some `getStats(char *, uptr)` specific test.
Unifying the stats output a little bit for congruency purposes. I don't
want to go too far there as I am pretty sure the format of the output
will change in the near future.
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68653/new/
https://reviews.llvm.org/D68653
Files:
lib/scudo/standalone/combined.h
lib/scudo/standalone/crc32_hw.cpp
lib/scudo/standalone/primary32.h
lib/scudo/standalone/primary64.h
lib/scudo/standalone/quarantine.h
lib/scudo/standalone/secondary.cpp
lib/scudo/standalone/secondary.h
lib/scudo/standalone/size_class_map.h
lib/scudo/standalone/string_utils.cpp
lib/scudo/standalone/string_utils.h
lib/scudo/standalone/tests/combined_test.cpp
lib/scudo/standalone/tests/primary_test.cpp
lib/scudo/standalone/tests/quarantine_test.cpp
lib/scudo/standalone/tests/secondary_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68653.223937.patch
Type: text/x-patch
Size: 17855 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191008/e7c80c9f/attachment.bin>
More information about the llvm-commits
mailing list