VirtualBox

Changeset 58278 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 15, 2015 9:48:08 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
103469
Message:

r0drv: Make it possible to use RTMEM_WRAP_TO_EF_APIS in the VBOXR0DRV template on darwin.

Location:
trunk/src/VBox/Runtime/r0drv
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/alloc-ef-r0drv.cpp

    r58272 r58278  
    2929*   Header Files                                                                                                                 *
    3030*********************************************************************************************************************************/
     31#define RTMEM_NO_WRAP_TO_EF_APIS
    3132#include "internal/iprt.h"
    3233#include <iprt/mem.h>
  • trunk/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp

    r57358 r58278  
    2929*   Header Files                                                                                                                 *
    3030*********************************************************************************************************************************/
     31#define RTMEM_NO_WRAP_TO_EF_APIS /* circular dependency otherwise. */
    3132#include "the-darwin-kernel.h"
    3233#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/r0drv/memobj-r0drv.cpp

    r57358 r58278  
    3030*********************************************************************************************************************************/
    3131#define LOG_GROUP RTLOGGROUP_DEFAULT ///@todo RTLOGGROUP_MEM
     32#define RTMEM_NO_WRAP_TO_EF_APIS /* circular dependency otherwise. */
    3233#include <iprt/memobj.h>
    3334#include "internal/iprt.h"
Note: See TracChangeset for help on using the changeset viewer.

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