Export a list of VM objects in the system via a sysctl. The list
can be examined via 'vmstat -o'. It can be used to determine which
files are using physical pages of memory and how much each is using.
This is a port of the vm_objects kld/program I have had at
www.freebsd.org/~jhb/vm_object/ to the base system.