Changeset 58269 in vbox for trunk/src/VBox/Runtime/include/internal/mem.h
- Timestamp:
- Oct 15, 2015 6:29:21 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/mem.h
r56290 r58269 53 53 54 54 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 66 DECLHIDDEN(void) rtR0MemEfInit(void); 67 DECLHIDDEN(void) rtR0MemEfTerm(void); 68 # endif 69 #endif 70 55 71 RT_C_DECLS_END 56 72
Note:
See TracChangeset
for help on using the changeset viewer.