commit | 8edbbe1dc148006e4cd588f42f580bfdaa7ae585 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Wed Feb 17 09:54:47 2016 -0800 |
committer | Mark Salyzyn <salyzyn@google.com> | Thu Mar 10 14:44:16 2016 -0800 |
tree | ea888fa477b1f0402b64b2599059cf61a549009e | |
parent | 48972c80d9614fec73260c102b74c9e11d51c9aa [diff] |
fake_log_device: long lived allocations (cherry pick from commit 0085a135b9986c969067aa89c4c9985fe5233870) 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