Changeset 28317 in vbox for trunk/src/VBox/Runtime/r3/darwin
- Timestamp:
- Apr 14, 2010 6:06:05 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 60076
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/darwin/alloc-darwin.cpp
r27492 r28317 126 126 * NULL will be ignored. 127 127 */ 128 RTDECL(void) RTMemPageFree(void *pv ) RT_NO_THROW128 RTDECL(void) RTMemPageFree(void *pv, size_t cb) RT_NO_THROW 129 129 { 130 130 if (pv)
Note:
See TracChangeset
for help on using the changeset viewer.