Mapped Space is virtual memory that has been mapped to a specific virtual address (or range of virtual addresses) in the ...

Mapped Space is virtual memory that has been mapped  to a specific virtual address (or range of virtual addresses) in the process' virtual address space.  Read Only protection prevents the contents of these pages from being modified.  Any attempts to write or modify these pages will generate an access violation.