You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 23, 2024. It is now read-only.
* Copyright 2017 The WebRTC Project Authors. All rights reserved.
7
+
*
8
+
* Use of this source code is governed by a BSD-style license
9
+
* that can be found in the LICENSE file in the root of the source
10
+
* tree. An additional intellectual property rights grant can be found
11
+
* in the file PATENTS. All contributing project authors may
12
+
* be found in the AUTHORS file in the root of the source tree.
13
+
*/
14
+
15
+
#include<cstring>
16
+
17
+
#include<Utils.h>
18
+
19
+
namespaceowt_base {
20
+
21
+
voidUtils::ZeroMemory(void* ptr, size_t len)
22
+
{
23
+
// Implementation of this method is copied from https://source.chromium.org/chromium/chromium/src/+/master:third_party/webrtc/rtc_base/zero_memory.cc;drc=5b32f238f3a20d00122b2335d9cf7faa9d29c2dd;l=23.
0 commit comments