-cpm_allocate(vm_size_t size, vm_page_t *list, ppnum_t max_pnum, boolean_t wire);
-
-/*
- * CPM-specific event counters.
- */
-#define VM_CPM_COUNTERS (MACH_KDB && MACH_COUNTERS && VM_CPM)
-#if VM_CPM_COUNTERS
-#define cpm_counter(foo) foo
-#else /* VM_CPM_COUNTERS */
-#define cpm_counter(foo)
-#endif /* VM_CPM_COUNTERS */
+cpm_allocate(vm_size_t size, vm_page_t *list, ppnum_t max_pnum, ppnum_t pnum_mask, boolean_t wire, int flags);