Answer from cs61c-ay (Peter Lau 16743989) for Question 1 a is false. If there is no free block big enough malloc will request a new block of memory from the OS. b is true. if new memory is requested from the OS and the size of the returned chunk matches the desired size exactly c is true. if new memory is requested but not used up completely new blocks will become available.