-#if CONFIG_MEMORYSTATUS && (DEVELOPMENT || DEBUG)
-boolean_t vm_dispatch_pressure_note_to_pid(pid_t pid);
-#endif
+#if VM_PRESSURE_EVENTS
+void vm_find_pressure_foreground_candidates(void);
+void vm_find_pressure_candidate(void);
+boolean_t vm_dispatch_pressure_note_to_pid(pid_t pid, boolean_t locked);
+#endif /* VM_PRESSURE_EVENTS */