Lines Matching refs:next
402 const next =
405 if (!prev) return next;
406 if (!next) return prev;
407 return (addr - prev <= next - addr) ? prev : next;
707 (hsd.next.address - poi(last_block))/ptr_size;
723 for (let location = poi(last_block); location < hsd.next.address;
729 // where will the next handle allocate at?
731 if (hsd.next.address < hsd.limit.address) {
732 print(`${prefix} at ${hex(hsd.next.address)}`);