aboutsummaryrefslogtreecommitdiff
path: root/mlir
diff options
context:
space:
mode:
authorChiaHungDuan <chiahungduan@google.com>2023-12-08 05:49:06 +0800
committerGitHub <noreply@github.com>2023-12-07 13:49:06 -0800
commit58c2a4e806b2882c0622cbded923b32f94c5b47b (patch)
tree2c605f03523d315aef929e90ace0b41b19f38ca8 /mlir
parent4de7d4e8c40aafff5a76df467965f71e057d9b39 (diff)
downloadllvm-58c2a4e806b2882c0622cbded923b32f94c5b47b.zip
llvm-58c2a4e806b2882c0622cbded923b32f94c5b47b.tar.gz
llvm-58c2a4e806b2882c0622cbded923b32f94c5b47b.tar.bz2
[scudo] Add hooks to mark the range of realloc (#74353)
`realloc` may involve both allocation and deallocation. Given that the reporting the events is not atomic and which may lead the hook user to a false case that the double-use pattern happens. In general, this can be resolved on the hook side. To alleviate the task of handling it, we add two new hooks to mark the range so that the hook user can combine those calls together.
Diffstat (limited to 'mlir')
0 files changed, 0 insertions, 0 deletions