~rdoering/ubuntu/karmic/erlang/fix-535090

« back to all changes in this revision

Viewing changes to lib/os_mon/c_src/memsup.h

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-02-15 16:42:52 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090215164252-q5x4rcf8a5pbesb1
Tags: 1:12.b.5-dfsg-2
Upload to unstable after lenny is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#define _SYSMEM_H
24
24
 
25
25
/* Simple memory statistics */
26
 
/*IG*/ #define MEM_SHOW 1 
 
26
/*IG*/ #define SHOW_MEM 1 
27
27
 
28
28
/* Extended memory statistics */
29
 
/*IG*/ #define SYSTEM_MEM_SHOW 2
 
29
/*IG*/ #define SHOW_SYSTEM_MEM 2
30
30
 
31
31
/* Tags for the extended statistics */
32
 
/*IG*/ #define SYSTEM_MEM_SHOW_END 0
33
 
/*IG*/ #define SYSTEM_TOTAL_MEMORY 1
34
 
/*IG*/ #define TOTAL_MEMORY 2
35
 
/*IG*/ #define FREE_MEMORY 3
36
 
/*IG*/ #define LARGEST_FREE 4
37
 
/*IG*/ #define NUMBER_OF_FREE 5 
 
32
/*IG*/ #define SHOW_SYSTEM_MEM_END 0
 
33
/*IG*/ #define MEM_SYSTEM_TOTAL 1
 
34
/*IG*/ #define MEM_TOTAL 2
 
35
/*IG*/ #define MEM_FREE 3
 
36
/*IG*/ #define MEM_LARGEST_FREE 4
 
37
/*IG*/ #define MEM_NUMBER_OF_FREE 5
 
38
/*Extension*/
 
39
/*IG*/ #define MEM_BUFFERS 6
 
40
/*IG*/ #define MEM_CACHED 7
 
41
/*IG*/ #define MEM_SHARED 8
 
42
/*IG*/ #define SWAP_TOTAL 9
 
43
/*IG*/ #define SWAP_FREE 10
 
44
 
38
45
#endif