Home | History | Annotate | Download | only in replicaisland

Lines Matching refs:canAllocate

305     	boolean canAllocate = false;
309 canAllocate = pool.getAllocatedCount() + count < pool.getSize();
311 return canAllocate;