Docs.rs
jit-allocator2-0.2.9
jit-allocator2 0.2.9
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
tremwil
Dependencies
cfgenius ^0.1
normal
errno ^0.3
normal
intrusive-collections ^0.9
normal
libc ^0.2
normal
once_cell ^1.7
normal
parking_lot ^0.12
normal
wasmtime-jit-icache-coherence ^10.0
normal
winapi ^0.3
normal
Versions
47.37%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
jit_
allocator2
0.2.9
In jit_
allocator2::
virtual_
memory
jit_allocator2
::
virtual_memory
Function
alloc
Copy item path
Source
pub fn alloc(size:
usize
, memory_flags:
MemoryFlags
) ->
Result
<
*mut
u8
,
Error
>