Re: allocated object address as high as 46th bit (i.e in the 131072 GB range)
Jerry via Digitalmars-d-learn Wed, 11 Oct 2023 00:11:51 -0700
The reason high bits are often set is because an address layout
is actually 4 indicies into the page table and a page byte
offset. So all the way to bit 48 there is index info the cpu uses.
- allocated object... mw via Digitalmars-d-learn
- Re: allocat... Richard (Rikki) Andrew Cattermole via Digitalmars-d-learn
- Re: all... mw via Digitalmars-d-learn
- Re:... Jerry via Digitalmars-d-learn