Module mem

Module mem 

Source
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