[compiler-rt] [win/asan] Improve SharedReAlloc with HEAP_REALLOC_IN_PLACE_ONLY. (PR #132558)

Thurston Dang via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 6 10:14:19 PDT 2025


================
@@ -322,6 +322,22 @@ void *SharedReAlloc(ReAllocFunction reallocFunc, SizeFunction heapSizeFunc,
       }
     }
 
+    if (dwFlags & HEAP_REALLOC_IN_PLACE_ONLY) {
----------------
thurstond wrote:

Thanks, I see. I had misunderstood the code.

https://github.com/llvm/llvm-project/pull/132558


More information about the llvm-commits mailing list