During the fast truncate of an object, the pages that are in memory are evicted before they get marked as deleted. Checkpoint also has to do something similar to delete the obsolete history pages.
Refer `__wt_delete_page` for function that does the page delete.