Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Side by Side Diff: base/allocator/allocator.gyp

Issue 10825250: Expose memory allocator internal stats and properties. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add jemalloc.h include Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | base/allocator/allocator_extension.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'jemalloc_dir': '../../third_party/jemalloc/chromium', 7 'jemalloc_dir': '../../third_party/jemalloc/chromium',
8 'tcmalloc_dir': '../../third_party/tcmalloc/chromium', 8 'tcmalloc_dir': '../../third_party/tcmalloc/chromium',
9 'use_vtable_verify%': 0, 9 'use_vtable_verify%': 0,
10 }, 10 },
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 ], 309 ],
310 'defines!': [ 310 'defines!': [
311 # tcmalloc source files unconditionally define this, remove it from 311 # tcmalloc source files unconditionally define this, remove it from
312 # the list of defines that common.gypi defines globally. 312 # the list of defines that common.gypi defines globally.
313 'NOMINMAX', 313 'NOMINMAX',
314 ], 314 ],
315 'dependencies': [ 315 'dependencies': [
316 'libcmt', 316 'libcmt',
317 ], 317 ],
318 'include_dirs': [ 318 'include_dirs': [
319 '<(jemalloc_dir)',
319 '<(tcmalloc_dir)/src/windows', 320 '<(tcmalloc_dir)/src/windows',
320 ], 321 ],
321 'sources!': [ 322 'sources!': [
322 '<(tcmalloc_dir)/src/base/elf_mem_image.cc', 323 '<(tcmalloc_dir)/src/base/elf_mem_image.cc',
323 '<(tcmalloc_dir)/src/base/elf_mem_image.h', 324 '<(tcmalloc_dir)/src/base/elf_mem_image.h',
324 '<(tcmalloc_dir)/src/base/linuxthreads.cc', 325 '<(tcmalloc_dir)/src/base/linuxthreads.cc',
325 '<(tcmalloc_dir)/src/base/linuxthreads.h', 326 '<(tcmalloc_dir)/src/base/linuxthreads.h',
326 '<(tcmalloc_dir)/src/base/vdso_support.cc', 327 '<(tcmalloc_dir)/src/base/vdso_support.cc',
327 '<(tcmalloc_dir)/src/base/vdso_support.h', 328 '<(tcmalloc_dir)/src/base/vdso_support.h',
328 '<(tcmalloc_dir)/src/maybe_threads.cc', 329 '<(tcmalloc_dir)/src/maybe_threads.cc',
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 'dependencies': [ 544 'dependencies': [
544 '../../testing/gtest.gyp:gtest', 545 '../../testing/gtest.gyp:gtest',
545 '../base.gyp:base', 546 '../base.gyp:base',
546 'allocator', 547 'allocator',
547 ], 548 ],
548 }, 549 },
549 ], 550 ],
550 }], 551 }],
551 ], 552 ],
552 } 553 }
OLDNEW
« no previous file with comments | « no previous file | base/allocator/allocator_extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698