Changeset 99779 in vbox
- Timestamp:
- May 12, 2023 1:27:09 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/rtmempage-exec-mmap-heap-posix.cpp
r99775 r99779 703 703 * If the allocation is relatively large, we use mmap/munmap directly. 704 704 */ 705 void *pv ;705 void *pv = NULL; /* shut up gcc */ 706 706 if (cb >= RTMEMPAGEPOSIX_MMAP_THRESHOLD) 707 707 {
Note:
See TracChangeset
for help on using the changeset viewer.