LSan allocator used to always return nullptr on too big allocation requests
(the definition of "too big" depends on platform and bitness), now it
follows policy configured by allocator_may_return_null flag.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM