commit | edf3f7cb5e2e0bb568d2f3d47778329734b64ed4 | [log] [tgz] |
---|---|---|
author | Eric Seckler <eseckler@google.com> | Tue Oct 23 16:44:53 2018 +0100 |
committer | Eric Seckler <eseckler@google.com> | Tue Oct 23 16:44:53 2018 +0100 |
tree | b78ebc1533c2a72ff8ca3a3e53dbc14c735435e8 | |
parent | bdf5c7be5de2e411a30e890c375998dbcd1906e0 [diff] |
perfetto: Make it possible to commit paged memory in chunks on Win In an effort to reduce the memory allocated on Windows, this patch separates reserving memory regions from committing them. PageAllocator becomes PagedMemory - and manages the current commit offset. Bug: 118282892 Change-Id: I499a5e2616633ca6be8fe2f3cfbd5606a31fc424
Perfetto is an open-source project for performance instrumentation and tracing of Linux/Android/Chrome platforms and user-space apps.
See www.perfetto.dev for docs.