Remove static logging of memory allocations
authorjochen <jochen@chromium.org>
Fri, 15 May 2015 07:37:15 +0000 (00:37 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 15 May 2015 07:37:08 +0000 (07:37 +0000)
commit6dd52eaf4784b06af060bf054e07968e45937cdf
treed6aa808b3401bfd06fe50a068f4686a1545e7bb5
parentcbfb7cc1b16fa04f4d72fcc9119066b6d3c92e2c
Remove static logging of memory allocations

We want to move to a world where there's no Isolate::Current but we
always knows which isolate we're in. There's no way we can teach this
info to the C++ allocator.

BUG=none
R=hpayer@chromium.org
LOG=n

Review URL: https://codereview.chromium.org/1128023005

Cr-Commit-Position: refs/heads/master@{#28414}
src/globals.h
src/heap/spaces.h
src/log.cc
src/log.h