Closed dmitrypol closed 2 months ago
To optionally enter the System.alloc code paths in alloc.rs specify this in Cargo.toml of your module:
System.alloc
alloc.rs
Cargo.toml
[features] enable-system-alloc = ["valkey-module/system-alloc"]
To optionally enter the
System.alloc
code paths inalloc.rs
specify this inCargo.toml
of your module: