Link to home
Start Free TrialLog in
Avatar of stevemcevoy07
stevemcevoy07

asked on

Garbage Collection

Hi sorry for the vague title, I am running some tests on a Solaris platform and trying to figure out how memory is released from one of our drivers that sits resident in memory. When using the top command I can see how much memory the driver is using. But as I start to release components that this driver manages, I would presume to see the memory be released from the driver, as it appears on a Windows test machine that I am also testing on.
One of my colleagues mentioned this thing about garbage collection that runs on Unix. I really dont know anything about this and want to try and figure out how Solaris manages drivers that reside in memory and how it does it release the memory.

Thanks in advance

Steve
Avatar of pshattuck
pshattuck

Garbage collection is usually associated with Java Apploications not C-compiled ones, here some nice articles with graphs and such that can better explain what you are asking about

http://java.sun.com/docs/hotspot/gc1.4.2/
http://publib.boulder.ibm.com/infocenter/ws60help/index.jsp?topic=/com.ibm.websphere.nd.doc/info/ae/ae/rprf_javamemory.html
http://www.scit.wlv.ac.uk/~jphb/spos/notes/alloc.html
ASKER CERTIFIED SOLUTION
Avatar of neteducation
neteducation

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial