VirtualBox

source: vbox/trunk/src/VBox/Runtime/r3/win/mempage-native-win.cpp

Last change on this file was 101162, checked in by vboxsync, 8 months ago

IPRT/mem: Use mempage /w heap code everwhere all the time. bugref:10370

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Revision
  • Property svn:mergeinfo set to (toggle deleted branches)
    /branches/VBox-3.0/src/VBox/Runtime/r3/win/alloc-win.cpp58652,​70973
    /branches/VBox-3.2/src/VBox/Runtime/r3/win/alloc-win.cpp66309,​66318
    /branches/VBox-4.0/src/VBox/Runtime/r3/win/alloc-win.cpp70873
    /branches/VBox-4.1/src/VBox/Runtime/r3/win/alloc-win.cpp74233,​78414,​78691,​81841,​82127,​85941,​85944-85947,​85949-85950,​85953,​86701,​86728,​87009
    /branches/VBox-4.2/src/VBox/Runtime/r3/win/alloc-win.cpp86229-86230,​86234,​86529,​91503-91504,​91506-91508,​91510,​91514-91515,​91521,​108112,​108114,​108127
    /branches/VBox-4.3/src/VBox/Runtime/r3/win/alloc-win.cpp89714,​91223,​93628-93629,​94066,​94839,​94897,​95154,​95164,​95167,​95295,​95338,​95353-95354,​95356,​95367,​95451,​95475,​95477,​95480,​95507,​95640,​95659,​95661,​95663,​98913-98914
    /branches/VBox-4.3/trunk/src/VBox/Runtime/r3/win/alloc-win.cpp91223
    /branches/VBox-5.0/src/VBox/Runtime/r3/win/alloc-win.cpp104938,​104943,​104950,​104987-104988,​104990,​106453
    /branches/VBox-5.1/src/VBox/Runtime/r3/win/alloc-win.cpp112367,​116543,​116550,​116568,​116573
    /branches/VBox-5.2/src/VBox/Runtime/r3/win/alloc-win.cpp119536,​120083,​120099,​120213,​120221,​120239,​123597-123598,​123600-123601,​123755,​124263,​124273,​124277-124279,​124284-124286,​124288-124290,​125768,​125779-125780,​125812,​127158-127159,​127162-127167,​127180
    /branches/VBox-6.0/src/VBox/Runtime/r3/win/alloc-win.cpp130474-130475,​130477,​130479,​131352
    /branches/VBox-6.1/src/VBox/Runtime/r3/win/alloc-win.cpp141521,​141567-141568,​141588-141590,​141592-141595,​141652,​141920,​158257-158259
    /branches/VBox-7.0/src/VBox/Runtime/r3/win/alloc-win.cpp156229,​156768
    /branches/aeichner/vbox-chromium-cleanup/src/VBox/Runtime/r3/win/alloc-win.cpp129818-129851,​129853-129861,​129871-129872,​129876,​129880,​129882,​130013-130015,​130094-130095
    /branches/andy/draganddrop/src/VBox/Runtime/r3/win/alloc-win.cpp90781-91268
    /branches/andy/guestctrl20/src/VBox/Runtime/r3/win/alloc-win.cpp78916,​78930
    /branches/andy/pdmaudio/src/VBox/Runtime/r3/win/alloc-win.cpp94582,​94641,​94654,​94688,​94778,​94783,​94816,​95197,​95215-95216,​95250,​95279,​95505-95506,​95543,​95694,​96323,​96470-96471,​96582,​96587,​96802-96803,​96817,​96904,​96967,​96999,​97020-97021,​97025,​97050,​97099
    /branches/bird/hardenedwindows/src/VBox/Runtime/r3/win/alloc-win.cpp92692-94610
    /branches/dsen/gui/src/VBox/Runtime/r3/win/alloc-win.cpp79076-79078,​79089,​79109-79110,​79112-79113,​79127-79130,​79134,​79141,​79151,​79155,​79157-79159,​79193,​79197
    /branches/dsen/gui2/src/VBox/Runtime/r3/win/alloc-win.cpp79224,​79228,​79233,​79235,​79258,​79262-79263,​79273,​79341,​79345,​79354,​79357,​79387-79388,​79559-79569,​79572-79573,​79578,​79581-79582,​79590-79591,​79598-79599,​79602-79603,​79605-79606,​79632,​79635,​79637,​79644
    /branches/dsen/gui3/src/VBox/Runtime/r3/win/alloc-win.cpp79645-79692
    /branches/dsen/gui4/src/VBox/Runtime/r3/win/alloc-win.cpp155183-155185,​155187,​155198,​155200-155201,​155205,​155228,​155235,​155243,​155248,​155282,​155285,​155287-155288,​155311,​155316,​155336,​155342,​155344,​155437-155438,​155441,​155443,​155488,​155509-155513,​155526-155527,​155559,​155572,​155576-155577,​155592-155593
File size: 3.6 KB
Line 
1/* $Id: mempage-native-win.cpp 101162 2023-09-18 20:03:52Z vboxsync $ */
2/** @file
3 * IPRT - rtMemPageNative*, Windows implementation.
4 */
5
6/*
7 * Copyright (C) 2023 Oracle and/or its affiliates.
8 *
9 * This file is part of VirtualBox base platform packages, as
10 * available from https://www.virtualbox.org.
11 *
12 * This program is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation, in version 3 of the
15 * License.
16 *
17 * This program is distributed in the hope that it will be useful, but
18 * WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20 * General Public License for more details.
21 *
22 * You should have received a copy of the GNU General Public License
23 * along with this program; if not, see <https://www.gnu.org/licenses>.
24 *
25 * The contents of this file may alternatively be used under the terms
26 * of the Common Development and Distribution License Version 1.0
27 * (CDDL), a copy of it is provided in the "COPYING.CDDL" file included
28 * in the VirtualBox distribution, in which case the provisions of the
29 * CDDL are applicable instead of those of the GPL.
30 *
31 * You may elect to license modified versions of this file under the
32 * terms and conditions of either the GPL or the CDDL or both.
33 *
34 * SPDX-License-Identifier: GPL-3.0-only OR CDDL-1.0
35 */
36
37
38/*********************************************************************************************************************************
39* Header Files *
40*********************************************************************************************************************************/
41#include <iprt/win/windows.h>
42
43#include "internal/iprt.h"
44#include <iprt/mem.h>
45
46#include <iprt/assert.h>
47#include <iprt/errcore.h>
48#include <iprt/param.h>
49#include <iprt/string.h>
50#include "internal/mem.h"
51
52
53
54DECLHIDDEN(int) rtMemPageNativeAlloc(size_t cb, uint32_t fFlags, void **ppvRet)
55{
56 void *pv = VirtualAlloc(NULL, cb, MEM_COMMIT,
57 !(fFlags & RTMEMPAGEALLOC_F_EXECUTABLE) ? PAGE_READWRITE : PAGE_EXECUTE_READWRITE);
58 *ppvRet = pv;
59 if (RT_LIKELY(pv != NULL))
60 return VINF_SUCCESS;
61 return RTErrConvertFromWin32(GetLastError());
62}
63
64
65DECLHIDDEN(int) rtMemPageNativeFree(void *pv, size_t cb)
66{
67 if (RT_LIKELY(VirtualFree(pv, 0, MEM_RELEASE)))
68 return VINF_SUCCESS;
69 int rc = RTErrConvertFromWin32(GetLastError());
70 AssertMsgFailed(("rc=%d pv=%p cb=%#zx lasterr=%u\n", rc, pv, cb, GetLastError()));
71 RT_NOREF(cb);
72 return rc;
73}
74
75
76DECLHIDDEN(uint32_t) rtMemPageNativeApplyFlags(void *pv, size_t cb, uint32_t fFlags)
77{
78 uint32_t fRet = 0;
79
80 if (fFlags & RTMEMPAGEALLOC_F_ADVISE_LOCKED)
81 {
82 /** @todo check why we get ERROR_WORKING_SET_QUOTA here. */
83 BOOL const fOkay = VirtualLock(pv, cb);
84 AssertMsg(fOkay || GetLastError() == ERROR_WORKING_SET_QUOTA, ("pv=%p cb=%d lasterr=%d\n", pv, cb, GetLastError()));
85 if (fOkay)
86 fRet |= RTMEMPAGEALLOC_F_ADVISE_LOCKED;
87 }
88
89 /** @todo Any way to apply RTMEMPAGEALLOC_F_ADVISE_NO_DUMP on windows? */
90
91 return fRet;
92}
93
94
95DECLHIDDEN(void) rtMemPageNativeRevertFlags(void *pv, size_t cb, uint32_t fFlags)
96{
97 if (fFlags & RTMEMPAGEALLOC_F_ADVISE_LOCKED)
98 {
99 /** @todo check why we get ERROR_NOT_LOCKED here... */
100 BOOL const fOkay = VirtualUnlock(pv, cb);
101 AssertMsg(fOkay || GetLastError() == ERROR_NOT_LOCKED, ("pv=%p cb=%d lasterr=%d\n", pv, cb, GetLastError()));
102 RT_NOREF(fOkay);
103 }
104}
105
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use