| commit | 609fae3893a40158983bb4b8c019f811cac06fac | [log] [tgz] |
|---|---|---|
| author | Xinliang David Li <davidxl@google.com> | Fri May 13 18:26:26 2016 +0000 |
| committer | Xinliang David Li <davidxl@google.com> | Fri May 13 18:26:26 2016 +0000 |
| tree | 3aeb2ffc8861acf1a48d8d31c6949382c1ab96e7 | |
| parent | e3d322af57441c350991b44aa951d18b127b1b8e [diff] |
[profile] Eliminate dynamic memory allocation for buffered writer With this change, dynamic memory allocation is only used for testing purpose. This change is one of the many steps to make instrument profiler dynamic allocation free. llvm-svn: 269453