Expand description
Tauri command - return process memory in { private, shared, residentSet } form (bytes). Per-platform: ps on macOS, tasklist
on Windows, /proc/self/statm on Linux. Errors fall back to zero
triple so the renderer keeps working in the rare case the platform
probe fails.