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
335063c9
Commit
335063c9
authored
Dec 18, 2019
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
049bcc6d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
bigfile/_bigfile.c
bigfile/_bigfile.c
+1
-2
bigfile/_bigfile.h
bigfile/_bigfile.h
+2
-2
No files found.
bigfile/_bigfile.c
View file @
335063c9
...
@@ -24,8 +24,7 @@
...
@@ -24,8 +24,7 @@
/* _bigfile organization
/* _bigfile organization
*
*
* NOTE on refcounting: who holds who
* NOTE on refcounting - who holds who:
*
*
*
* vma -> fileh -> file
* vma -> fileh -> file
* ^ |
* ^ |
...
...
bigfile/_bigfile.h
View file @
335063c9
...
@@ -91,8 +91,8 @@ struct PyBigFileH {
...
@@ -91,8 +91,8 @@ struct PyBigFileH {
BigFileH
fileh
;
BigFileH
fileh
;
/* if subclass, in addition to .loadblk/.storeblk, defines .mmapper XXX ... */
/* if subclass, in addition to .loadblk/.storeblk, defines .
blk
mmapper XXX ... */
PyObject
*
pymmapper
;
// python object returned by .
mma
per() that is holding virtmem_mapper pycapsule
PyObject
*
pymmapper
;
// python object returned by .
blkmmap
per() that is holding virtmem_mapper pycapsule
//virt_mapper *virt_mmap_ops; // XXX ok?
//virt_mapper *virt_mmap_ops; // XXX ok?
};
};
typedef
struct
PyBigFileH
PyBigFileH
;
typedef
struct
PyBigFileH
PyBigFileH
;
...
...
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