1// Copyright (c) 2013 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5'use strict';
6
7base.require('tcmalloc.heap');
8base.require('tcmalloc.tcmalloc_instance_view');
9base.require('tcmalloc.tcmalloc_snapshot_view');
10
11base.exportTo('tcmalloc', function() {
12  return {};
13});
14