Expand description
Custom malloc implementation which uses Rust’s allocator and provides common interface required by compression libraries
Modules§
- brotli_
rust - Allocator implementation using Rust’s global allocator
Structs§
- Box
- A pointer type that uniquely owns a heap allocation of type
T
.
Functions§
- compu_
free ⚠ free
impl with Rust allocator- compu_
malloc ⚠ malloc
impl with Rust allocator