This is part of the work to address http://llvm.org/PR32274.
We remove the calls to array-placement-new and array-delete. This allows
us to rely on the internal memory management provided by
sanitizer_common/sanitizer_internal_allocator.h.
Differential D47695
[XRay][compiler-rt] Remove reliance on C++ ABI from BufferQueue dberris on Jun 3 2018, 11:04 PM. Authored by
Details This is part of the work to address http://llvm.org/PR32274. We remove the calls to array-placement-new and array-delete. This allows
Diff Detail
Event Timeline
Comment Actions
|