Searched refs:curBytes (Results 1 – 1 of 1) sorted by relevance
767 const uint64_t curBytes = off == 0 ? 0 : align - off; in relax() local770 if (maxBytes != 0 && curBytes > maxBytes) in relax()773 remove = allBytes - curBytes; in relax()