ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/src/libstatgrab/memory_stats.c
(Generate patch)

Comparing projects/libstatgrab/src/libstatgrab/memory_stats.c (file contents):
Revision 1.12 by ats, Sun Oct 19 02:03:02 2003 UTC vs.
Revision 1.13 by ats, Sun Oct 19 02:11:50 2003 UTC

# Line 119 | Line 119 | mem_stat_t *get_memory_stats(){
119           * problem for sometime yet :)
120           */
121          if((sscanf(line_ptr,"Mem:  %lld %lld %lld %*d %*d %lld", \
122        size = sizeof physmem;
122                  &mem_stat.total, \
123                  &mem_stat.used, \
124                  &mem_stat.free, \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines