This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch dj/malloc in repository glibc.
from e4cff5f Add README for testing copr repo of dj/malloc branch new b856f64 Update to new binary file-based trace file.
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: malloc/Makefile | 18 ++- malloc/README.copr.html | 34 ++-- malloc/Versions | 7 +- malloc/malloc.c | 331 ++++++++++++++++++++++++++------------ malloc/mtrace-ctl.c | 101 +++++++++--- malloc/mtrace.h | 57 ++++--- malloc/trace2dat | 203 ------------------------ malloc/trace2wl.cc | 410 ++++++++++++++++++++++++++++++++++++++++++++++++ malloc/trace_run.c | 15 +- 9 files changed, 790 insertions(+), 386 deletions(-) delete mode 100755 malloc/trace2dat create mode 100644 malloc/trace2wl.cc