Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/asan/
Dasan_malloc_win.cpp34 constexpr unsigned long HEAP_REALLOC_IN_PLACE_ONLY = 0x00000010; variable
361 if (dwFlags & HEAP_REALLOC_IN_PLACE_ONLY) in SharedReAlloc()
/external/compiler-rt/lib/asan/
Dasan_malloc_win.cc189 if (dwFlags & HEAP_REALLOC_IN_PLACE_ONLY) in INTERCEPTOR_WINAPI()