summaryrefslogtreecommitdiff
path: root/memory_replay
AgeCommit message (Collapse)Author
2015-12-16memory_replay: add .clang-format.Josh Gao
Change-Id: Iac3924bb7c9602762a3413aa529b9dec981c75e3
2015-12-04Track rename from base/ to android-base/.Elliott Hughes
Change-Id: Ic15d4778c7accd1382de0b440a437aba2cf67016
2015-10-21Add timing of allocation functions.Christopher Ferris
Report the time it takes to execute every different allocation function during the replay. Change-Id: I4e8321409357824c10f2f176b02c7c33538d353b
2015-10-20Fix lseek argument order.Elliott Hughes
Change-Id: I782d17a0678d7e74be89c46c42de942129750e55
2015-10-02Add NOTICE filesSami Tolvanen
Bug: 24571219 Change-Id: Ib7a4374974c2d0d9225caa1e43d0b78251a36bd2
2015-09-15Fix mac build.Christopher Ferris
This disables the host code and host tests on anything but a linux system. Change-Id: I1a6396707df216e1c22de537072b10221fcc7fce
2015-09-15Tool to replay memory allocation recordings.Christopher Ferris
Included with the tool are a set of app memory recordings that can be used to judge the abilities of the native memory allocator. Verified the full flow by running valgrind on the host version on all the current dumps and verifying that there are no leak, and no errors. Change-Id: I756224991f04b61ba26c692a30a37aad0c9fb163