Searched refs:RTALLOC_USE_EFENCE (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/r3/
H A Dalloc.cpp33 # define RTALLOC_USE_EFENCE 1 macro
42 #if defined(RTMEMALLOC_USE_TRACKER) && defined(RTALLOC_USE_EFENCE)
43 # error "Cannot define both RTMEMALLOC_USE_TRACKER and RTALLOC_USE_EFENCE!"
85 #undef RTALLOC_USE_EFENCE macro
108 #ifdef RTALLOC_USE_EFENCE
111 #else /* !RTALLOC_USE_EFENCE */
124 #endif /* !RTALLOC_USE_EFENCE */
131 #ifdef RTALLOC_USE_EFENCE
134 #else /* !RTALLOC_USE_EFENCE */
148 #endif /* !RTALLOC_USE_EFENCE */
[all...]
H A Dalloc-ef.h34 # define RTALLOC_USE_EFENCE macro
39 /** @def RTALLOC_USE_EFENCE
44 # define RTALLOC_USE_EFENCE

Completed in 1198 milliseconds