aboutsummaryrefslogtreecommitdiff
path: root/malloc/README.copr.html
AgeCommit message (Collapse)AuthorFilesLines
2016-07-15Add tunables for tcache count and max sizeDJ Delorie1-0/+19
2016-07-12Update to new binary file-based trace file.DJ Delorie1-24/+10
In order to not lose records, or need to guess ahead of time how many records you need, this switches to a mmap'd file for the trace buffer, and grows it as needed. The trace2dat perl script is replaced with a trace2wl C++ program that runs a lot faster and can handle the binary format.
2016-07-06Add README for testing copr repo of dj/malloc branchDJ Delorie1-0/+193
Includes some details on tracing and simulating too.