- Timestamp:
- Apr 29, 2019 1:12:56 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/rtmempage-exec-mmap-heap-posix.cpp
r78345 r78348 775 775 { 776 776 AssertReturn(!(fFlags & ~RTMEMPAGEALLOC_F_VALID_MASK), NULL); 777 return rtMemPagePosixAlloc(cb, pszTag, fFlags, 0);777 return rtMemPagePosixAlloc(cb, pszTag, fFlags, &g_MemPagePosixHeap); 778 778 } 779 779
Note:
See TracChangeset
for help on using the changeset viewer.