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

Issue 11438045: Make all allocation of external arrays used for IO use the IOBuffer class (Closed)

Created:
8 years ago by Søren Gjesse
Modified:
8 years ago
Reviewers:
Mads Ager (google)
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Make all allocation of external arrays used for IO use the IOBuffer class This will not make a difference right now, but when we start to do something with io buffers they should originate from the same place. R=ager@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=15785

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -34 lines) Patch
M runtime/bin/dartutils.h View 2 chunks +5 lines, -0 lines 0 comments Download
M runtime/bin/dartutils.cc View 2 chunks +15 lines, -0 lines 0 comments Download
M runtime/bin/file.cc View 3 chunks +14 lines, -23 lines 0 comments Download
M runtime/bin/io_buffer.h View 1 chunk +11 lines, -0 lines 0 comments Download
M runtime/bin/io_buffer.cc View 2 chunks +7 lines, -11 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Søren Gjesse
8 years ago (2012-12-06 11:55:23 UTC) #1
Mads Ager (google)
8 years ago (2012-12-06 12:07:14 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698