aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/WebAssembly/reg-argument.mir
diff options
context:
space:
mode:
authorbernhardu <bernhardu@mailbox.org>2025-09-04 01:34:55 +0200
committerGitHub <noreply@github.com>2025-09-03 16:34:55 -0700
commitd349daa135648e7e18da5be0c38ffbdbc7a208ca (patch)
treea6c56d8198551fdf63438d140e6c2313c6548ecf /llvm/test/CodeGen/WebAssembly/reg-argument.mir
parentcc0fb0d41dc67110132d540cebc87cdf12fe00c2 (diff)
downloadllvm-main.zip
llvm-main.tar.gz
llvm-main.tar.bz2
[win/asan] Improve SharedReAlloc with HEAP_REALLOC_IN_PLACE_ONLY. (#132558)HEADmain
Currently with HEAP_REALLOC_IN_PLACE_ONLY a new allocation gets returned with the content copied from the original pointer, which gets freed. But applications may rely on HEAP_REALLOC_IN_PLACE_ONLY returning the same pointer as they give as input to e.g. RtlReAllocateHeap. If e.g. growing is not possible it fails without modifying the input pointer. Downside of this patch is, it won't detect accesses to the area getting "free" by a shrinking reallocation.
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly/reg-argument.mir')
0 files changed, 0 insertions, 0 deletions