Turn "allocator_may_return_null" common flag into an
Allocator::may_return_null bool flag. We want to make sure
that common flags are immutable after initialization. There
are cases when we want to change this flag in the allocator
at runtime: e.g. in unit tests and during ASan activation
on Android.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Ran some more tests, didn't observe any problems. Submitting this now, thanks for the review!