utils: slightly speed up the calculation of the size of a buffer
Achieve this by eliding two conditions from the inner loop, which is possible because 'end' will never be NULL.
Showing
+9 -21
Please register or sign in to comment
Achieve this by eliding two conditions from the inner loop, which is possible because 'end' will never be NULL.