[PATCH] D129326: [scudo] Pass MapPlatformData to all map/unmap calls
Dominic Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 9 17:34:13 PST 2022
ddcc added a comment.
Yes, we need the MapPlatformData structure to always be allocated, though we only run the primary32.h allocator in tests and not in practice, so there shouldn't be much impact.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129326/new/
https://reviews.llvm.org/D129326
More information about the llvm-commits
mailing list