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

Issue 19959006: Pass the ArrayBuffer size to ArrayBuffer::Allocator::Free. Allows (Closed)

Created:
7 years, 5 months ago by duncan.tebbs
Modified:
7 years, 4 months ago
CC:
v8-dev
Visibility:
Public.

Description

Pass the ArrayBuffer size to ArrayBuffer::Allocator::Free. Allows implementations more options for optimization.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -4 lines) Patch
M include/v8.h View 1 chunk +1 line, -1 line 0 comments Download
M src/d8.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/runtime.cc View 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/cctest.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
Dmitry Lomov (no reviews)
7 years, 4 months ago (2013-08-19 09:00:36 UTC) #1
This has already been implemented in similiar way. Closing this one

Powered by Google App Engine
This is Rietveld 408576698