* Compute floor(log2(size)) - the position of the highest set bit. * Returns the largest shift such that (1 << shift) <= size. * Used to determine the largest power-of-2 fpage that fits within size. */
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected