Docs.rs
malloc_buf-1.0.0
malloc_buf 1.0.0
Permalink
Docs.rs crate page
MIT
Links
Documentation
Repository
crates.io
Source
Owners
SSheldon
Dependencies
libc >=0.1, <0.3
normal
Versions
80%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
malloc_
buf
1.0.0
All Items
Crate Items
Structs
Crate
malloc_buf
Copy item path
Source
Structs
§
Malloc
A type that represents a
malloc
’d chunk of memory. When dropped, a
Malloc
will
free
that memory.