This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from d20196115 Fix FIXME added in r359339 new 8d158e4bf [scudo][standalone] Add the memory reclaiming mechanism
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/scudo/standalone/CMakeLists.txt | 1 + lib/scudo/standalone/release.h | 262 +++++++++++++++++++++++++++++ lib/scudo/standalone/size_class_map.h | 4 +- lib/scudo/standalone/tests/CMakeLists.txt | 1 + lib/scudo/standalone/tests/map_test.cc | 2 +- lib/scudo/standalone/tests/release_test.cc | 260 ++++++++++++++++++++++++++++ 6 files changed, 527 insertions(+), 3 deletions(-) create mode 100644 lib/scudo/standalone/release.h create mode 100644 lib/scudo/standalone/tests/release_test.cc