HomeSort by: relevance | last modified time | path
    Searched defs:HEAP_ZERO_MEMORY (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_malloc_win.cc 25 #define HEAP_ZERO_MEMORY 0x00000008
183 // Otherwise it is difficult to HeapReAlloc with HEAP_ZERO_MEMORY.
185 if (dwFlags == HEAP_ZERO_MEMORY)
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_malloc_win.cpp 33 constexpr unsigned long HEAP_ZERO_MEMORY = 0x00000008;
35 constexpr unsigned long HEAP_ALLOCATE_SUPPORTED_FLAGS = (HEAP_ZERO_MEMORY);
243 // Otherwise it is difficult to HeapReAlloc with HEAP_ZERO_MEMORY.
245 if (p && (dwFlags & HEAP_ZERO_MEMORY)) {
312 if (dwFlags & HEAP_ZERO_MEMORY)
372 if (dwFlags & HEAP_ZERO_MEMORY)
379 if (dwFlags & HEAP_ZERO_MEMORY) {
458 // Otherwise it is difficult to HeapReAlloc with HEAP_ZERO_MEMORY.
460 if (Flags & HEAP_ZERO_MEMORY) {
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_malloc_win.cpp 33 constexpr unsigned long HEAP_ZERO_MEMORY = 0x00000008;
35 constexpr unsigned long HEAP_ALLOCATE_SUPPORTED_FLAGS = (HEAP_ZERO_MEMORY);
243 // Otherwise it is difficult to HeapReAlloc with HEAP_ZERO_MEMORY.
245 if (p && (dwFlags & HEAP_ZERO_MEMORY)) {
312 if (dwFlags & HEAP_ZERO_MEMORY)
372 if (dwFlags & HEAP_ZERO_MEMORY)
379 if (dwFlags & HEAP_ZERO_MEMORY) {
458 // Otherwise it is difficult to HeapReAlloc with HEAP_ZERO_MEMORY.
460 if (Flags & HEAP_ZERO_MEMORY) {

Completed in 29 milliseconds