Home
last modified time | relevance | path

Searched refs:HEAP_REALLOC_UNSUPPORTED_FLAGS (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
Dasan_malloc_win.cpp40 constexpr unsigned long HEAP_REALLOC_UNSUPPORTED_FLAGS = variable
304 (HEAP_REALLOC_UNSUPPORTED_FLAGS & dwFlags) == 0; in SharedReAlloc()
356 CHECK((HEAP_REALLOC_UNSUPPORTED_FLAGS & dwFlags) != 0 && in SharedReAlloc()