[all-commits] [llvm/llvm-project] ef82a5: [scudo] Change Classes definition to uptr.
Christopher Ferris via All-commits
all-commits at lists.llvm.org
Tue Aug 15 21:12:16 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ef82a53bbb89e831bb524d1b8a60458abb86ce99
https://github.com/llvm/llvm-project/commit/ef82a53bbb89e831bb524d1b8a60458abb86ce99
Author: Christopher Ferris <cferris at google.com>
Date: 2023-08-15 (Tue, 15 Aug 2023)
Changed paths:
M compiler-rt/lib/scudo/standalone/size_class_map.h
Log Message:
-----------
[scudo] Change Classes definition to uptr.
All of the places that use the Classes array, use it as a uptr.
So change the array to be uptr instead of u32.
Reviewed By: Chia-hungDuan
Differential Revision: https://reviews.llvm.org/D158048
More information about the All-commits
mailing list