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

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_resident.c1540 unsigned int vm_lopage_alloc_count; local
1562 vm_lopage_alloc_count = (vm_lopage_poolend - vm_lopage_poolstart) - vm_lopage_free_count;
1563 if (vm_lopage_alloc_count > vm_lopage_max_count)
1564 vm_lopage_max_count = vm_lopage_alloc_count;

Completed in 13 milliseconds