Example #1
0
 public long ramBytesUsed()
 {
     return((fst != null) ? fst.sizeInBytes() : 0);
 }