summaryrefslogtreecommitdiff
path: root/src/utilcode/defaultallocator.cpp
diff options
context:
space:
mode:
authorPat Gavlin <pagavlin@microsoft.com>2016-03-03 13:00:03 -0800
committerPat Gavlin <pagavlin@microsoft.com>2016-03-03 13:00:03 -0800
commitb9c23bcdf4b7432021faf7b8a688e8142d22bef5 (patch)
treecbef8085083f9dc0029a7a4ec07c3e5506a7b865 /src/utilcode/defaultallocator.cpp
parente2df0fdbfaa688de075f020a1bf59e30fffe9fb9 (diff)
downloadcoreclr-b9c23bcdf4b7432021faf7b8a688e8142d22bef5.tar.gz
coreclr-b9c23bcdf4b7432021faf7b8a688e8142d22bef5.tar.bz2
coreclr-b9c23bcdf4b7432021faf7b8a688e8142d22bef5.zip
Add two files that should have been part of changeset #1581242.
[tfs-changeset: 1581263]
Diffstat (limited to 'src/utilcode/defaultallocator.cpp')
-rw-r--r--src/utilcode/defaultallocator.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/utilcode/defaultallocator.cpp b/src/utilcode/defaultallocator.cpp
new file mode 100644
index 0000000000..08f80cef83
--- /dev/null
+++ b/src/utilcode/defaultallocator.cpp
@@ -0,0 +1,8 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
+#include "stdafx.h"
+#include "defaultallocator.h"
+
+DefaultAllocator DefaultAllocator::s_singleton;