Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Joshua
wendelin.core
Commits
948da23a
Commit
948da23a
authored
Jul 11, 2019
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
f084ff9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
include/wendelin/bigfile/virtmem.h
include/wendelin/bigfile/virtmem.h
+5
-4
No files found.
include/wendelin/bigfile/virtmem.h
View file @
948da23a
...
...
@@ -75,7 +75,11 @@ struct BigFileH {
/* whether writeout is currently in progress */
int
writeout_inprogress
;
/* whether base data for all VMAs of this fileh are taken as base-layer mmap XXX */
/* whether base data for all VMAs of this fileh are taken as base-layer mmap
*
* ( we require all VMAs under one fileh to be of the same kind to easily
* make decision whether after writeout to keep a page in RAM or to
* completely drop it not to waste RSS unnecessarily ) */
// XXX name
unsigned
mmap_overlay
:
1
;
};
...
...
@@ -145,9 +149,6 @@ struct VMA {
/* whether corresponding to pgoffset-f_offset page is mapped in this VMA */
bitmap
*
page_ismappedv
;
/* len ~ Δaddr / pagesize */
// // XXX name
// unsigned mmap_overlay : 1; /* whether base data are taken as file mmap XXX */
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment