Docs.rs
rs-libc-0.2.5
rs-libc 0.2.5
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
github:fortanix:crates-owners
Dependencies
zeroize ^1.8.1
normal
cc ^1.2.31
build
Versions
14.29%
of the crate is documented
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
malloc
rs_libc
0.2.5
In rs_
libc::
alloc
rs_libc
::
alloc
Function
malloc
Copy item path
Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn malloc(size:
usize
) ->
*mut
c_void