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