report file system disk space usage
Filesystem Size Used Avail Use% Mounted on
-h-h, –human-readable print sizes in powers of 1024 (e.g., 1023M)
df -h
–max-depth-a, –all ...
原理和简介Valgrind follows each allocation in your program and tracks it to see if it is returned properly, continue to be referenced or is lost in space, which is a ‘memory leak’. And as any leak, give...