Add memory allocation checks in more realtime audio capture/rendering places
Created attachment 426412 [details] Patch
Created attachment 426427 [details] Patch
Created attachment 426429 [details] Patch
Created attachment 426657 [details] Patch
Created attachment 426679 [details] Patch
Comment on attachment 426679 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=426679&action=review > Source/WebCore/platform/mediastream/mac/RealtimeIncomingAudioSourceCocoa.h:60 > + static constexpr size_t ChunksReceivedDelta = 200; // 200 chunks of 10ms = 2s. I had to look at the source to understand what this constant is for, maybe "LogAfterChunksRecieved" or "ChunksRecievedLogCount"?
<rdar://problem/77148592>
Created attachment 427050 [details] Patch for landing
Committed r276633 (237061@main): <https://commits.webkit.org/237061@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 427050 [details].