Home
last modified time | relevance | path

Searched defs:HEAP_REALLOC_IN_PLACE_ONLY (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_malloc_win.cc26 #define HEAP_REALLOC_IN_PLACE_ONLY 0x00000010 macro
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_malloc_win.cc24 #define HEAP_REALLOC_IN_PLACE_ONLY 0x00000010 macro
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_malloc_win.cpp34 constexpr unsigned long HEAP_REALLOC_IN_PLACE_ONLY = 0x00000010; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinnt.d972 HEAP_REALLOC_IN_PLACE_ONLY = 0x10, variable