Remove support for malloc'd typed arrays
authorjochen <jochen@chromium.org>
Tue, 28 Apr 2015 11:25:25 +0000 (04:25 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 28 Apr 2015 11:24:55 +0000 (11:24 +0000)
commitb584bab2f5c9c2ddf10b759122a2e01d87b7ea79
treea10e0292ebe102f24dabb9923879c6c0b5fe9186
parent6988aec61f071a1caec96abae1cf39353a234455
Remove support for malloc'd typed arrays

All typed arrays should be allocated through the array buffer allocator

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

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

Cr-Commit-Position: refs/heads/master@{#28105}
samples/process.cc
src/bootstrapper.cc
src/d8.cc
src/objects-inl.h
src/objects.h
src/runtime/runtime-typedarray.cc
src/snapshot/mksnapshot.cc
test/unittests/run-all-unittests.cc
tools/parser-shell.cc