Move most of the implementation of AdjustAmountOfExternalMemory to v8.h
authorjochen@chromium.org <jochen@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 5 Jun 2014 08:44:42 +0000 (08:44 +0000)
committerjochen@chromium.org <jochen@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 5 Jun 2014 08:44:42 +0000 (08:44 +0000)
commita83b1b9cb3114308ee59b842570787a9c0005b0c
tree73e1164835d8abed9b3026d69ff8871cb4c1ffc3
parentc0daaf1c60913a44a42bac874291ae286908c72b
Move most of the implementation of AdjustAmountOfExternalMemory to v8.h

This reduces the overhead of reporting allocations to v8 to an
acceptable level.

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

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21688 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
include/v8.h
src/api.cc
src/flag-definitions.h
src/heap-inl.h
src/heap.cc
src/heap.h
src/isolate.cc
src/runtime.cc