Answer from cs61c-al (Phillip Chin 16156822) for Question 1 b seems to be the only true statement. Technically malloc can be called with a size of 0, which would not reduce the number of free blocks (this also disproves a). Since malloc does not seem to do anything with freeing memory, it cannot increase the number of blocks.