Commit Graph

2 Commits

Author SHA1 Message Date
fangpeina 888690a2fe examples/memory_pressure: fix daemon loop condition
Fix inverted loop condition: while (g_exit) should be while (!g_exit),
causing the daemon to exit immediately instead of running.

Signed-off-by: fangpeina <fangpeina@xiaomi.com>
2026-04-20 15:20:26 +08:00
yinshengkai 25f438c580 examples: add memory pressure example
Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
2026-04-20 15:19:47 +08:00