- Timestamp:
- Jun 23, 2013 4:44:38 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/allocex-r3-posix.cpp
r46741 r46742 43 43 DECLHIDDEN(int) rtMemAllocEx16BitReach(size_t cbAlloc, uint32_t fFlags, void **ppv) 44 44 { 45 AssertReturn(cbAlloc < _64K, NULL);45 AssertReturn(cbAlloc < _64K, VERR_NO_MEMORY); 46 46 47 47 /*
Note:
See TracChangeset
for help on using the changeset viewer.