592a593,596
> void
> setSize(unsigned size)
> {
> assert(!flags.isSet(VALID_SIZE));
593a598,602
> this->size = size;
> flags.set(VALID_SIZE);
> }
>
>