-
Notifications
You must be signed in to change notification settings - Fork 1.6k
memfd/madvise-based CoW pooling allocator #3697
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
b73ac83
3702e81
570dee6
982df2f
ccfa245
0ff8f6a
01e6bb8
84a8368
94410a8
0ec45d3
d7b04f5
9880eba
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -37,6 +37,7 @@ winapi = { version = "0.3.7", features = ["winbase", "memoryapi", "errhandlingap | |
|
|
||
| [target.'cfg(target_os = "linux")'.dependencies] | ||
| userfaultfd = { version = "0.4.1", optional = true } | ||
| memfd = { version = "0.4.1", optional = true } | ||
|
||
|
|
||
| [build-dependencies] | ||
| cc = "1.0" | ||
|
|
@@ -59,3 +60,5 @@ uffd = ["userfaultfd", "pooling-allocator"] | |
| # It is useful for applications that do not bind their own exception ports and | ||
| # need portable signal handling. | ||
| posix-signals-on-macos = [] | ||
|
|
||
| memfd-allocator = ["pooling-allocator", "memfd"] | ||
Uh oh!
There was an error while loading. Please reload this page.