> > O.k. Then that means I'll never see a case where extraBytes = 0. > > ? But you can, for example if there is no extra allocation. Then we > would have extraBytes = 12, but for LIMIT_SLOP, so we really have > extraBytes = 0. You're right.