History log of /frameworks/support/volley/src/com/android/volley/toolbox/PoolingByteArrayOutputStream.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c4cbfcb8d044cea99e2471ce5c401cd959b6cdfe 29-Mar-2012 Scott Barta <sbarta@google.com> Creates a pooled ByteArrayOutputStream

Creates a version of ByteArrayOutputStream that uses a pool of buffers
instead of always allocating them fresh. This reduces heap churn and
improves GC performance.

Change-Id: I296ba4be7174d2b768b16bc02df6972f25e86bc2
/frameworks/support/volley/src/com/android/volley/toolbox/PoolingByteArrayOutputStream.java