Contents

deallocatePageTable

Frees up memory allocated for the page table.

Declaration

virtual void deallocatePageTable(
 void );

Overview

Frees all memory associated with the page table. Undoes what allocatePageTable does. Calling allocatePageTable again will automatically deallocate the existing page table before allocating a new one, so this method is not used in most cases.

See Also

Miscellaneous