This is an archive of the discontinued LLVM Phabricator instance.

[sanitizer] Calculate SizeClassAllocator32::ByteMap type from Params::kSpaceSize and Params::kRegionSizeLog
ClosedPublic

Authored by vitalybuka on Apr 26 2019, 11:19 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

vitalybuka created this revision.Apr 26 2019, 11:19 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptApr 26 2019, 11:19 AM
Herald added subscribers: llvm-commits, Restricted Project, cryptoad, kubamracek. · View Herald Transcript
eugenis accepted this revision.Apr 26 2019, 11:26 AM

LGTM

compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary32.h
62 ↗(On Diff #196890)

make 128 a named constant

This revision is now accepted and ready to land.Apr 26 2019, 11:26 AM
vitalybuka marked an inline comment as done.

fix rebase

Harbormaster completed remote builds in B31058: Diff 196944.
This revision was automatically updated to reflect the committed changes.