Docs.rs
smartalloc-sys-0.2.0
smartalloc-sys 0.2.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
ehsanmok
Dependencies
cc ^1.0
build
Versions
0%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
smartalloc_
sys
0.2.0
All Items
Crate Items
Enums
Functions
Type Aliases
Crate
smartalloc_sys
Copy item path
Source
Enums
§
Boolean
c_void
Equivalent to C’s
void
type when used as a
pointer
.
Functions
§
sm_
calloc
⚠
sm_dump
⚠
sm_free
⚠
sm_
malloc
⚠
sm_
realloc
⚠
sm_
static
⚠
Type Aliases
§
c_char
Equivalent to C’s
char
type.
c_int
Equivalent to C’s
signed int
(
int
) type.