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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_win.cpp33 constexpr unsigned long HEAP_ZERO_MEMORY = 0x00000008; variable
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) {
/freebsd-13-stable/contrib/ntp/lib/isc/win32/
H A Dsocket.c758 HEAP_ZERO_MEMORY,
971 cpbuffer = HeapAlloc(hHeapHandle, HEAP_ZERO_MEMORY, sizeof(buflist_t));
973 cpbuffer->buf = HeapAlloc(hHeapHandle, HEAP_ZERO_MEMORY, write_count);
1011 cpbuffer = HeapAlloc(hHeapHandle, HEAP_ZERO_MEMORY, sizeof(buflist_t));
1013 cpbuffer->buf = HeapAlloc(hHeapHandle, HEAP_ZERO_MEMORY, uselen);
1384 HEAP_ZERO_MEMORY,
3383 HEAP_ZERO_MEMORY,
3386 lpo->acceptbuffer = (void *)HeapAlloc(hHeapHandle, HEAP_ZERO_MEMORY,
3500 HEAP_ZERO_MEMORY,

Completed in 59 milliseconds