Changeset 33269 in vbox for trunk/src/VBox/Runtime/r3/darwin
- Timestamp:
- Oct 20, 2010 3:42:28 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 66829
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/darwin/alloc-darwin.cpp
r31158 r33269 67 67 68 68 69 RTDECL(void) RTMemExecFree(void *pv ) RT_NO_THROW69 RTDECL(void) RTMemExecFree(void *pv, size_t cb) RT_NO_THROW 70 70 { 71 71 if (pv)
Note:
See TracChangeset
for help on using the changeset viewer.