Docs.rs
memapi2-0.8.1
memapi2 0.8.1
Docs.rs crate page
GPL-3.0 OR
MIT
Links
Repository
crates.io
Source
Owners
echohumm
Dependencies
rustversion ^1.0.22
normal
rustversion ^1.0.22
build
Versions
100%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Module c_alloc
memapi2
0.8.1
Module c_alloc
Module Items
Modules
Structs
In crate memapi2
memapi2
Module
c_alloc
Copy item path
Source
Expand description
An allocator which uses C’s
aligned_alloc
set of allocation functions.
Modules
§
ffi
The C functions and low-level helpers wrapping them which this allocator is based on.
Structs
§
CAlloc
An allocator which uses C’s
c_alloc
set of allocation methods.