Expand description
Malloc implementation using Rust allocator
This crate MUST not have semver breaking changes
Modules§
Constants§
- DEFAULT_
ALIGNMENT - Default alignment.
Functions§
- generic_
rust_ ⚠malloc - Generic
mallocimplementation which requires size to be converted intousizewithout error - generic_
rust_ ⚠realloc - Generic
reallocimplementation which requires size to be converted intousizewithout error - generic_
try_ ⚠rust_ malloc - Generic
mallocimplementation which allows size to be optionally convertable. - generic_
try_ ⚠rust_ realloc - Generic
reallocimplementation which allows size to be optionally convertable. - rust_
calloc ⚠ - Baseline
callocimplementation with Rust allocator - rust_
free ⚠ - Baseline
freeimplementation with Rust allocator - rust_
malloc ⚠ - Baseline
mallocimplementation with Rust allocator - rust_
realloc ⚠ - Baseline
reallocimplementation with Rust allocator - rust_
size ⚠ - Returns size of allocated memory in pointer