Home | History | Annotate | Download | only in src
      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 
      7 base.require('tcmalloc.heap');
      8 base.require('tcmalloc.tcmalloc_instance_view');
      9 base.require('tcmalloc.tcmalloc_snapshot_view');
     10 
     11 base.exportTo('tcmalloc', function() {
     12   return {};
     13 });
     14