Changeset 46547 in vbox
- Timestamp:
- Jun 14, 2013 9:22:03 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Runtime/r3/alloc.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/alloc.cpp
r46546 r46547 40 40 #endif 41 41 42 #if defined(RTMEMALLOC_USE_TRACKER) && defined(RT MEM_NO_WRAP_TO_EF_APIS)43 # error "Cannot define both RTMEMALLOC_USE_TRACKER and RT MEM_NO_WRAP_TO_EF_APIS!"42 #if defined(RTMEMALLOC_USE_TRACKER) && defined(RTALLOC_USE_EFENCE) 43 # error "Cannot define both RTMEMALLOC_USE_TRACKER and RTALLOC_USE_EFENCE!" 44 44 #endif 45 45
Note:
See TracChangeset
for help on using the changeset viewer.

