Changeset 4543 in vbox for trunk/src/VBox/Runtime/r0drv/solaris/alloc-r0drv-solaris.c
- Timestamp:
- Sep 5, 2007 9:45:30 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/alloc-r0drv-solaris.c
r4287 r4543 87 87 } 88 88 89 89 90 RTR0DECL(void) RTMemContFree(void *pv, size_t cb) 90 91 { … … 93 94 i_ddi_mem_free(pv, NULL); 94 95 } 96
Note:
See TracChangeset
for help on using the changeset viewer.