This change is only in SizeClassAllocator32. SizeClassAllocator64 has
it implemented.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
One small suggested change.
compiler-rt/lib/scudo/standalone/primary32.h | ||
---|---|---|
1023 | I think this check can be removed because it's checked before the call. Unless you plan to call this from other places where ForceAll could be set. |
I think this check can be removed because it's checked before the call. Unless you plan to call this from other places where ForceAll could be set.