Module compu::mem

source ·
Expand description

Custom malloc implementation which uses Rust’s allocator and provides common interface required by compression libraries

Modules§

  • Allocator implementation using Rust’s global allocator

Structs§

  • A pointer type that uniquely owns a heap allocation of type T.

Functions§