Docs.rs
zk-nalloc-0.2.0
zk-nalloc 0.2.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
nzengi
Dependencies
libc ^0.2
normal
rustix ^0.38
normal
criterion ^0.5
dev
mach2 ^0.4
normal
Versions
86.49%
of the crate is documented
This release has been yanked, go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module sys
zk_
nalloc
0.2.0
Module sys
Module Items
Functions
In zk_
nalloc::
platform
zk_nalloc
::
platform
Module
sys
Copy item path
Source
Expand description
Platform-specific memory allocation functions.
Functions
ยง
alloc
Allocate
size
bytes of virtual memory from the OS.
dealloc
Deallocate memory previously allocated with
alloc
.