Answer to Question 22E-3

No, it does not work. You cannot delete part of a chunk. You must delete the entire thing. If you want to shrink a chunk, allocate another (smaller) chunk, copy the data into that new chunk, then delete the original chunk. Also be sure to adjust your pointer to point to the smaller chunk!