On Project 8, two of the unit tests are suspect: test_offset_error() and test_misaligned_pointer_error(). For some reason, I seem to be performing an extra allocation when trying to create an alternative allocation for the original block number. I don't know why I did this and I could not explain it coherently to students.
On Project 8, two of the unit tests are suspect:
test_offset_error()andtest_misaligned_pointer_error(). For some reason, I seem to be performing an extra allocation when trying to create an alternative allocation for the original block number. I don't know why I did this and I could not explain it coherently to students.