|
|
|
@ -377,7 +377,7 @@ public final class Heap extends HeapModifier implements BLOB {
|
|
|
|
|
if (b.length == 0) return true;
|
|
|
|
|
|
|
|
|
|
// then look if we can use a free entry
|
|
|
|
|
if (this.free.isEmpty()) return false;
|
|
|
|
|
if (this.free == null || this.free.isEmpty()) return false;
|
|
|
|
|
|
|
|
|
|
// find the largest entry
|
|
|
|
|
long lseek = -1;
|
|
|
|
|