step.util
Class ByteArray.StatsAllocator

java.lang.Object
  |
  +--step.util.ByteArray.Allocator
        |
        +--step.util.ByteArray.StatsAllocator
Enclosing class:
ByteArray

public static class ByteArray.StatsAllocator
extends ByteArray.Allocator


Constructor Summary
ByteArray.StatsAllocator()
           
 
Method Summary
 byte[] alloc(int size)
           
 void free(byte[] bytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteArray.StatsAllocator

public ByteArray.StatsAllocator()
Method Detail

alloc

public byte[] alloc(int size)
Overrides:
alloc in class ByteArray.Allocator

free

public void free(byte[] bytes)
Overrides:
free in class ByteArray.Allocator