VirtualBox

Changeset 101859 in vbox for trunk/src


Ignore:
Timestamp:
Nov 6, 2023 11:30:23 AM (16 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
159955
Message:

libs/xpcom: Get rid of nsMemoryImpl.{cpp,h} and nsIMemory and repalce it with direct calls to RTMem* APIs, bugref:10545 [fix]

Location:
trunk/src/libs/xpcom18a4/xpcom/build
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/xpcom/build/nsXPCOMPrivate.h

    r101858 r101859  
    126126    GetComponentManagerFunc getComponentManager;
    127127    GetComponentRegistrarFunc getComponentRegistrar;
    128     GetMemoryManagerFunc getMemoryManager;
    129128    NewLocalFileFunc newLocalFile;
    130129    NewNativeLocalFileFunc newNativeLocalFile;
  • trunk/src/libs/xpcom18a4/xpcom/build/nsXPComInit.cpp

    r101852 r101859  
    929929    GET_FUNC(getComponentManager,   GetComponentManagerFunc,        "VBoxNsxpNS_GetComponentManager");
    930930    GET_FUNC(getComponentRegistrar, GetComponentRegistrarFunc,      "VBoxNsxpNS_GetComponentRegistrar");
    931     GET_FUNC(getMemoryManager,      GetMemoryManagerFunc,           "VBoxNsxpNS_GetMemoryManager");
    932931    GET_FUNC(newLocalFile,          NewLocalFileFunc,               "VBoxNsxpNS_NewLocalFile");
    933932    GET_FUNC(newNativeLocalFile,    NewNativeLocalFileFunc,         "VBoxNsxpNS_NewNativeLocalFile");
     
    940939    GET_FUNC(getComponentManager,   GetComponentManagerFunc,        "NS_GetComponentManager");
    941940    GET_FUNC(getComponentRegistrar, GetComponentRegistrarFunc,      "NS_GetComponentRegistrar");
    942     GET_FUNC(getMemoryManager,      GetMemoryManagerFunc,           "NS_GetMemoryManager");
    943941    GET_FUNC(newLocalFile,          NewLocalFileFunc,               "NS_NewLocalFile");
    944942    GET_FUNC(newNativeLocalFile,    NewNativeLocalFileFunc,         "NS_NewNativeLocalFile");
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette