feat(mm): add slab usage calculation (#768)

* Add slab free space calculation and add it to freeram of sysinfo
This commit is contained in:
laokengwt
2024-04-29 23:03:33 +08:00
committed by GitHub
parent bde4a334c1
commit 7401bec5e3
4 changed files with 82 additions and 12 deletions

View File

@ -54,4 +54,4 @@ test-release:
.PHONY: install
install:
RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) install --target $(RUST_TARGET) --path . --no-track --root $(INSTALL_DIR) --force
RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) install --target $(RUST_TARGET) --path . --no-track --root $(INSTALL_DIR) --force