This is a view in the mssqlsystemresource database. Returns information about the region, i.e. the range of pages in the virtual address space, used by a calling process.
Syntax
CREATE VIEW sys.dm_os_virtual_address_dump AS
SELECT *
FROM OpenRowset(TABLE SYSVADUMP)