commit | 0085a135b9986c969067aa89c4c9985fe5233870 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Wed Feb 17 09:54:47 2016 -0800 |
committer | Mark Salyzyn <salyzyn@google.com> | Wed Feb 17 12:22:18 2016 -0800 |
tree | b6467e330da5be414828a9c8b457f07810be5c6e | |
parent | fd9619004b8ce5be093657142aef989bee14fb82 [diff] |
fake_log_device: long lived allocations Use static space for long lived allocations as they will appear to act like a memory leak. Resort to a larger on-stack iovec to reduce the chances of an allocation. Fix bug in writer where not enough size was available for "security" buffer name. Minor transitions to more consistent coding style. Bug: 27107691 Change-Id: I68c918e7b916b1ae3b04829d48b3eddaa0a7e739