Changeset 7783 in vbox for trunk/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp
- Timestamp:
- Apr 7, 2008 4:58:25 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp
r5999 r7783 178 178 #if 1 179 179 /* 180 * Allocating 128KB for the low page pool can bit a bit exhausting on the kernel, 181 * it frequnetly causes the entire box to lock up on startup. 180 * Allocating 128KB continguous memory for the low page pool can bit a bit 181 * exhausting on the kernel, it frequently causes the entire box to lock 182 * up on startup. 182 183 * 183 184 * So, try allocate the memory using IOMallocAligned first and if we get any high … … 372 373 int rtR0MemObjNativeAllocPhysNC(PPRTR0MEMOBJINTERNAL ppMem, size_t cb, RTHCPHYS PhysHighest) 373 374 { 375 #if 0 374 376 /** @todo rtR0MemObjNativeAllocPhys / darwin. */ 375 377 return rtR0MemObjNativeAllocPhys(ppMem, cb, PhysHighest); 378 #endif 379 return VERR_NOT_SUPPORTED; 376 380 } 377 381
Note:
See TracChangeset
for help on using the changeset viewer.