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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_win.cpp35 constexpr unsigned long HEAP_ALLOCATE_SUPPORTED_FLAGS = (HEAP_ZERO_MEMORY); variable
37 (~HEAP_ALLOCATE_SUPPORTED_FLAGS);
39 (~HEAP_ALLOCATE_SUPPORTED_FLAGS);
41 (~HEAP_ALLOCATE_SUPPORTED_FLAGS);

Completed in 55 milliseconds