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

/vbox/src/VBox/Runtime/r3/
H A Dalloc-ef.h96 /** @def RTALLOC_EFENCE_FILLER
97 * This define will enable memset(,RTALLOC_EFENCE_FILLER,)'ing the allocated
100 #define RTALLOC_EFENCE_FILLER 0xef macro
H A Dalloc-ef.cpp627 #ifdef RTALLOC_EFENCE_FILLER
629 memset(pv, RTALLOC_EFENCE_FILLER, cbUnaligned);

Completed in 335 milliseconds