aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEric Seckler <eseckler@google.com>2018-10-23 16:44:53 +0100
committerEric Seckler <eseckler@google.com>2018-10-23 16:44:53 +0100
commitedf3f7cb5e2e0bb568d2f3d47778329734b64ed4 (patch)
treeb78ebc1533c2a72ff8ca3a3e53dbc14c735435e8 /.gitignore
parentbdf5c7be5de2e411a30e890c375998dbcd1906e0 (diff)
downloadperfetto-edf3f7cb5e2e0bb568d2f3d47778329734b64ed4.tar.gz
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index fe65f2263..588c62d3d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ TAGS
/node_modules/
/compile_commands.json
.vscode
+*.code-workspace