Searched refs:volatile_resident_count (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_map.c14150 mach_vm_size_t volatile_resident_count; local
14159 volatile_resident_count = 0;
14196 volatile_resident_count += resident_count;
14205 *volatile_resident_size_p = volatile_resident_count * PAGE_SIZE;

Completed in 74 milliseconds