Image execution option in Windows placing invalid memory page after every heap allocation.
Pageheap is one of image execution options in Windows. It is designed to help with heap overrun debugging. Setting the option for an image (.exe file name) results in placing invalid memory pages after each heap allocation requested by the image. Pageheap option can be set using gflags or appverifier tools or directly in Windows Registry.