<def f='src/src/sys/uvm/uvm_anon.h' l='47' ll='63'/>
<size>32</size>
<doc f='src/src/sys/uvm/uvm_anon.h' l='39'>/*
 * anonymous memory management
 *
 * anonymous virtual memory is short term virtual memory that goes away
 * when the processes referencing it go away.    an anonymous page of
 * virtual memory is described by the following data structure:
 */</doc>
<mbr r='vm_anon::an_lock' o='0' t='kmutex_t *'/>
<mbr r='vm_anon::an_u' o='64' t='union (anonymous union at /home/joerg/work/NetBSD/clean/src/sys/uvm/uvm_anon.h:49:2)'/>
<mbr r='vm_anon::an_page' o='128' t='struct vm_page *'/>
<mbr r='vm_anon::an_swslot' o='192' t='int'/>
