RETURN VALUES
The pmap_resident_count returns the number of pages in the physical map pmap which are currently resident in main memory. The pmap_wired_count returns the number of pages in the physical map pmap which are currently wired into in main memory.
SEE ALSO
pmap(9)
AUTHORS