What is anonymous memory listetd in pmap command

Hi,I'am new to solaris operating system.Can anyone please explain me what is anonymous memory.I came across this term, while using pmap on a process id.Thanks in Advance,Vignesh
[220 byte] By [vignesh_cn] at [2007-11-26 7:31:04]
# 1

The contents of memory may have come from a file on disk, or they may have been created in RAM. If the latter, they are called anonymous pages. Most of the time this is associated with the stack and heap of a running program.

When memory is tight and pages are released, a named page can simply be dropped. In the future it can be reread from disk. Anonymous pages don't exist elsewhere so they would have to be written to backing store (swap) before the page could be released.

--

Darren

Darren_Dunham at 2007-7-6 19:25:25 > top of Java-index,General,Talk to the Sysop...