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
5 files changed
tree: f3540d4c4fb68595c7aba3d7d5af5685533781e4
  1. v13/
  2. v4/
  3. v7/
  4. volley/