VirtualBox

Ignore:
Timestamp:
Oct 15, 2015 6:29:21 PM (9 years ago)
Author:
vboxsync
Message:

iprt/r0drv: untested electrical heap alloc functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/mem.h

    r56290 r58269  
    5353
    5454
     55#ifdef IN_RING0
     56/** @def RTR0MEM_WITH_EF_APIS
     57 * Enables the electrict fence APIs.
     58 *
     59 * Requires working rtR0MemObjNativeProtect implementation, thus the current
     60 * OS restrictions.
     61 */
     62# if defined(RT_OS_DARWIN) || defined(RT_OS_FREEBSD) || defined(DOXYGEN_RUNNING)
     63#  define RTR0MEM_WITH_EF_APIS
     64# endif
     65# ifdef RTR0MEM_WITH_EF_APIS
     66DECLHIDDEN(void)    rtR0MemEfInit(void);
     67DECLHIDDEN(void)    rtR0MemEfTerm(void);
     68# endif
     69#endif
     70
    5571RT_C_DECLS_END
    5672
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