Home
last modified time | relevance | path

Searched refs:MEM_TOTAL (Results 1 – 25 of 30) sorted by relevance

12

/dports/sysutils/plasma5-ksysguard/ksysguard-5.22.0/ksysguardd/FreeBSD/
H A DMemory.c44 #define MEM_TOTAL 6 macro
140 GETMEMSYSCTL("hw.physmem", memory_stats[MEM_TOTAL]) in updateMemory()
182 fprintf(CurrentClient, "Active Memory\t0\t%lu\tKB\n", memory_stats[MEM_TOTAL]); in printMActiveInfo()
192 fprintf(CurrentClient, "Inactive Memory\t0\t%lu\tKB\n", memory_stats[MEM_TOTAL]); in printMInactiveInfo()
202 …(CurrentClient, "Application (Active and Inactive) Memory\t0\t%ld\tKB\n", memory_stats[MEM_TOTAL]); in printMApplicationInfo()
212 fprintf(CurrentClient, "Wired Memory\t0\t%lu\tKB\n", memory_stats[MEM_TOTAL]); in printMWiredInfo()
222 fprintf(CurrentClient, "Cached Memory\t0\t%lu\tKB\n", memory_stats[MEM_TOTAL]); in printMCachedInfo()
232 fprintf(CurrentClient, "Buffer Memory\t0\t%lu\tKB\n", memory_stats[MEM_TOTAL]); in printMBuffersInfo()
242 fprintf(CurrentClient, "Free Memory\t0\t%lu\tKB\n", memory_stats[MEM_TOTAL]); in printMFreeInfo()
247 fprintf(CurrentClient, "%lu\n", memory_stats[MEM_TOTAL] - memory_stats[MEM_FREE]); in printMUsed()
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/input/
H A Dmem_what.fh4 integer MEM_TOTAL, MEM_HEAP, MEM_STACK, MEM_GLOBAL
5 parameter(MEM_TOTAL = -32000)
H A Dmemory_def.F99 TGiven = memory_env_get(MEM_TOTAL,Total)
103 TGiven = memory_nwchemrc_get(MEM_TOTAL,Total)
511 if (iwhat.eq.MEM_TOTAL) then
586 if (iwhat.eq.MEM_TOTAL) then
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/input/
H A Dmem_what.fh4 integer MEM_TOTAL, MEM_HEAP, MEM_STACK, MEM_GLOBAL
5 parameter(MEM_TOTAL = -32000)
H A Dmemory_def.F99 TGiven = memory_env_get(MEM_TOTAL,Total)
103 TGiven = memory_nwchemrc_get(MEM_TOTAL,Total)
511 if (iwhat.eq.MEM_TOTAL) then
586 if (iwhat.eq.MEM_TOTAL) then
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxstd.cpp366 static MemCategorized_t g_dMemCategoryStat [ MEM_TOTAL ];
379 assert ( iMemType>=0 && iMemType<MEM_TOTAL ); in sphDebugNew()
412 assert ( iMemType>=0 && iMemType<MEM_TOTAL ); in sphDebugDelete()
454 STATIC_ASSERT ( MEM_TOTAL<255, TOO_MANY_MEMORY_CATEGORIES );
474 assert ( eCategory>=0 && eCategory<MEM_TOTAL ); in Push()
482 assert ( eCategory>=0 && eCategory<MEM_TOTAL ); in Pop()
496 assert ( m_dStack[m_iDepth]>=0 && m_dStack[m_iDepth]<MEM_TOTAL ); in Pop()
603 for ( int i=0; i<MEM_TOTAL; i++ ) in sphMemStatDump()
612 for ( int i=0; i<MEM_TOTAL; i++ ) in sphMemStatDump()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/os_mon/c_src/
H A Dmemsup.h36 /*IG*/ #define MEM_TOTAL 2 macro
H A Dmemsup.c497 if (me.flag & F_MEM_TOTAL) { send_tag(MEM_TOTAL); send(me.total, ps); } in extended_show_mem()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/os_mon/c_src/
H A Dmemsup.h36 /*IG*/ #define MEM_TOTAL 2 macro
H A Dmemsup.c567 if (me.flag & F_MEM_TOTAL) { send_tag(MEM_TOTAL); send(me.total, ps); } in extended_show_mem()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/os_mon/c_src/
H A Dmemsup.h36 /*IG*/ #define MEM_TOTAL 2 macro
H A Dmemsup.c567 if (me.flag & F_MEM_TOTAL) { send_tag(MEM_TOTAL); send(me.total, ps); } in extended_show_mem()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/os_mon/c_src/
H A Dmemsup.h36 /*IG*/ #define MEM_TOTAL 2 macro
H A Dmemsup.c506 if (me.flag & F_MEM_TOTAL) { send_tag(MEM_TOTAL); send(me.total, ps); } in extended_show_mem()
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/os_mon/c_src/
H A Dmemsup.h36 /*IG*/ #define MEM_TOTAL 2 macro
/dports/lang/erlang/otp-OTP-24.1.7/lib/os_mon/c_src/
H A Dmemsup.h36 /*IG*/ #define MEM_TOTAL 2 macro
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/os_mon/c_src/
H A Dmemsup.h36 /*IG*/ #define MEM_TOTAL 2 macro
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/os_mon/include/
H A Dmemsup.hrl32 -define( MEM_TOTAL , 2 ).
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/os_mon/include/
H A Dmemsup.hrl32 -define( MEM_TOTAL , 2 ).
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/os_mon/include/
H A Dmemsup.hrl32 -define( MEM_TOTAL , 2 ).
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/os_mon/include/
H A Dmemsup.hrl32 -define( MEM_TOTAL , 2 ).
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/os_mon/include/
H A Dmemsup.hrl32 -define( MEM_TOTAL , 2 ).
/dports/lang/erlang/otp-OTP-24.1.7/lib/os_mon/include/
H A Dmemsup.hrl32 -define( MEM_TOTAL , 2 ).
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/os_mon/include/
H A Dmemsup.hrl32 -define( MEM_TOTAL , 2 ).
/dports/sysutils/ganglia-monitor-core/ganglia-3.7.2/libmetrics/irix/
H A Dmetrics.c582 enum {MEM_TOTAL, MEM_FREE, MEM_SHARED, MEM_BUFFERS, MEM_CACHED}; enumerator
599 case MEM_TOTAL: val.f = rmi.physmem*multiplier; break; in mem_func()
614 return mem_func( MEM_TOTAL ); in mem_total_func()

12