Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21ee2e67b77c235

Jump to content

Talk:Address Windowing Extensions

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 16 years ago by RokerHRO in topic Untitled

Untitled

[edit]

Original article posted by Patman is a copy of http://msdn2.microsoft.com/en-us/library/aa366527.aspx


From the article:

The virtual address space or 'memory window' of a 32-bit application is limited to 4GB (2^32-1 bytes),

Why the "-1"? 4GB is 2^32 bytes, not 2^32-1. Martin MMM

The bit pattern 0x00000000 is (not only) on MS Windows reserved for the NULL pointer in C. Hence this address is not usable to store objects there. :-) --RokerHRO (talk) 22:12, 11 January 2010 (UTC)Reply