Home
last modified time | relevance | path

Searched refs:t_memsize (Results 1 – 13 of 13) sorted by relevance

/dports/sysutils/plasma5-kinfocenter/kinfocenter-5.23.5/Modules/memory/
H A DchartWidget.h26 void setMemoryInfos(t_memsize *memoryInfos);
29 static QString formattedUnit(t_memsize value);
32 …bool drawChart(t_memsize total, const QList<t_memsize> &used, const QList<QColor> &colors, const Q…
34 t_memsize *memoryInfos = nullptr;
47 void setMemoryInfos(t_memsize *memoryInfos);
H A DphysicalMemoryChart.cpp25 t_memsize bufferMemory; in paintEvent()
28 t_memsize cachedMemory = ZERO_IF_NO_INFO(memoryInfos[CACHED_MEM]); in paintEvent()
29 t_memsize freeMemory = ZERO_IF_NO_INFO(memoryInfos[FREE_MEM]); in paintEvent()
30t_memsize totalMemory = ZERO_IF_NO_INFO(memoryInfos[TOTAL_MEM]) - bufferMemory - cachedMemory - fr… in paintEvent()
32 QList<t_memsize> used; in paintEvent()
H A DtotalMemoryChart.cpp23 t_memsize usedSwap = memoryInfos[SWAP_MEM] - memoryInfos[FREESWAP_MEM]; in paintEvent()
24 t_memsize totalFree = memoryInfos[FREE_MEM] + memoryInfos[FREESWAP_MEM]; in paintEvent()
25t_memsize usedPhysical = (memoryInfos[TOTAL_MEM] + memoryInfos[SWAP_MEM]) - usedSwap - totalFree; in paintEvent()
27 QList<t_memsize> used; in paintEvent()
H A DchartWidget.cpp29 void Chart::setMemoryInfos(t_memsize *memoryInfos) in setMemoryInfos()
40 bool Chart::drawChart(t_memsize total, const QList<t_memsize> &used, const QList<QColor> &colors, c… in drawChart()
61 t_memsize last_used = 0; in drawChart()
111 QString Chart::formattedUnit(t_memsize value) in formattedUnit()
140 void ChartWidget::setMemoryInfos(t_memsize *memoryInfos) in setMemoryInfos()
H A DswapMemoryChart.cpp30 t_memsize freeSwap = ZERO_IF_NO_INFO(memoryInfos[FREESWAP_MEM]); in paintEvent()
31 t_memsize swap = ZERO_IF_NO_INFO(memoryInfos[SWAP_MEM]) - freeSwap; in paintEvent()
33 QList<t_memsize> used; in paintEvent()
H A Dbase.h19 typedef quint64 t_memsize; typedef
32 #define MEMORY(x) ((t_memsize)(x)) /* it's easier... */
H A Dmemory.cpp30 static t_memsize memoryInfos[MEM_LAST_ENTRY];
/dports/sysutils/plasma5-ksysguard/ksysguard-5.22.0/ksysguardd/Tru64/
H A DMemory.h27 typedef unsigned long t_memsize; typedef
29 #define PAGETOK(a) ((( (t_memsize) sysconf( _SC_PAGESIZE )) / (t_memsize) 1024) * (t_memsize) (a))
H A DMemory.c40 static t_memsize totalmem = (t_memsize) 0;
41 static t_memsize freemem = (t_memsize) 0;
/dports/sysutils/plasma5-ksysguard/ksysguard-5.22.0/ksysguardd/Solaris/
H A DMemory.h27 typedef unsigned long t_memsize; typedef
29 #define PAGETOK(a) ((( (t_memsize) sysconf( _SC_PAGESIZE )) / (t_memsize) 1024) * (t_memsize) (a))
H A DMemory.c53 static t_memsize totalmem = (t_memsize) 0;
54 static t_memsize freemem = (t_memsize) 0;
/dports/sysutils/plasma5-ksysguard/ksysguard-5.22.0/ksysguardd/Irix/
H A DMemory.c38 static t_memsize totalmem = (t_memsize) 0;
39 static t_memsize freemem = (t_memsize) 0;
H A DMemory.h27 typedef unsigned long t_memsize; typedef