Displaying 4 results from an estimated 4 matches for "memutil".
2007 Jul 27
1
help compiling tcng on 64bit
...''m getting:
--------------
cc -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-I../shared -DVERSION=\"`cat ../VERSION`\"
-DTOPDIR=\"/usr/local/src/tcng-non-patched\" -DDOLLAR -DCONFIRM_EXCEED -c
-o f_fw.o f_fw.c
In file included from ../shared/memutil.h:13,
from util.h:14,
from f_fw.c:13:
/usr/include/sys/types.h:46: error: conflicting types for loff_t
/usr/include/linux/types.h:30: error: previous declaration of loff_t was
here
/usr/include/sys/types.h:62: error: conflicting types for dev_t
/usr/include/linux/t...
2015 Oct 28
0
How to find memory utilization percent of kvm guest?
... {
if (memStats[i].tag == 7)
memUsed = memStats[i].val;
}
Which is the value of "VIR_DOMAIN_MEMORY_STAT_RSS = 7"
Then I calculate util as (memUsed/memTotal)
But the value of memUsed exceeds value of memTotal by small amount resulting in memUtil to be around 101 %.
I understand that VIR_DOMAIN_MEMORY_STAT_RSS is Resident Set Size of the process running the domain.
How do I Calculate the current memory utilization using alternate way?
2009 Nov 20
1
Licenses GPL and LGPL
.... Could someone confirm the current license of these files? (according to the Copyright should be Fluendo S.L.)
The GPL files that I am concerned about are:
com.fluendo.jst
Buffer
Bus
Clock
ClockProvider
Event
Format
Message
Query
SystemClock
com.fluendo.utils
Base64Converter
Debug
MemUtils
com.fluendo.jst is used by com.fluendo.plugin
com.fluendo.utils is used everywhere (plugin, jtheora, jtiger, jkate)
Thanks in advance,
Octavi
2010 Nov 30
1
Consistency regarding compiled Cortado 0.6.0 source and the official binary
...com/fluendo/plugin/Selector.class
./com/fluendo/plugin/VideoSink.class
./com/fluendo/plugin/VorbisDec$1.class
./com/fluendo/plugin/VorbisDec$2.class
./com/fluendo/plugin/VorbisDec.class
./com/fluendo/utils
./com/fluendo/utils/Base64Converter.class
./com/fluendo/utils/Debug.class
./com/fluendo/utils/MemUtils.class
./com/jcraft
./com/jcraft/jogg
./com/jcraft/jogg/Buffer.class
./com/jcraft/jogg/Packet.class
./com/jcraft/jogg/Page.class
./com/jcraft/jogg/StreamState.class
./com/jcraft/jogg/SyncState.class
./com/jcraft/jorbis
./com/jcraft/jorbis/AllocChain.class
./com/jcraft/jorbis/Block.class
./com/jcraf...