Changeset 33269 in vbox for trunk/src/VBox/Runtime/r3/solaris
- Timestamp:
- Oct 20, 2010 3:42:28 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 66829
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/solaris/alloc-solaris.cpp
r31158 r33269 82 82 83 83 84 RTDECL(void) RTMemExecFree(void *pv ) RT_NO_THROW84 RTDECL(void) RTMemExecFree(void *pv, size_t cb) RT_NO_THROW 85 85 { 86 86 if (pv)
Note:
See TracChangeset
for help on using the changeset viewer.