This fragment:
This one is prety easy too, except we don't need to mess with the free list indexes at all becasue we'll allocate the new block at the end of the current free block. We do, however have to adjust the indexes in cf, c, and n.
does not correspond to the actual logic in the code. Is there any reason why it was not implemented as described in readme? If so, the readme probably should be updated.
This fragment:
does not correspond to the actual logic in the code. Is there any reason why it was not implemented as described in readme? If so, the readme probably should be updated.