Paragraphs View - Virtual Memory Validator
This view provides a tabular view of the target process on a paragraph by paragraph basis showing committed, uncommitted and reserved memory. DLLs are also highlighted with the DLL name show in the description field.
A paragraph is the small amount of memory that can be allocated by VirtualAlloc(). This is the value of dwAllocationGranularity as reported by GetSystemInfo().
On x86 32 bit Windows operating systems, a paragraph contains 16 pages.

