Home | History | Annotate | Download | only in app

Lines Matching defs:availMem

2522         public long availMem;
2532 * The threshold of {@link #availMem} at which we consider memory to be
2561 dest.writeLong(availMem);
2572 availMem = source.readLong();