Changeset 62564 in vbox for trunk/src/VBox/Runtime/r3/posix/allocex-r3-posix.cpp
- Timestamp:
- Jul 26, 2016 2:43:03 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/allocex-r3-posix.cpp
r62477 r62564 105 105 DECLHIDDEN(void) rtMemFreeExYyBitReach(void *pv, size_t cb, uint32_t fFlags) 106 106 { 107 RT_NOREF_PV(fFlags); 107 108 munmap(pv, cb); 108 109 }
Note:
See TracChangeset
for help on using the changeset viewer.