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

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_apple_protect.c171 int apple_protect_pager_count_unmapped_max = 0; variable
853 if (count_unmapped > apple_protect_pager_count_unmapped_max) {
854 apple_protect_pager_count_unmapped_max = count_unmapped;

Completed in 4 milliseconds