Search:

Type: Posts; User: matsp

Search: Search took 0.15 seconds.

  1. Replies
    8
    Views
    8,992

    Sorry, I missed this comment yesterday. Yes,...

    Sorry, I missed this comment yesterday.

    Yes, of course it is - I got myself confused with the 2^40 bytes of physical memroy that the older Athlon64 processors would accommodate - newer ones have a...
  2. Replies
    8
    Views
    8,992

    And here is the thread I was talking about:...

    And here is the thread I was talking about:
    http://cboard.cprogramming.com/showthread.php?t=102991

    --
    Mats
  3. Replies
    8
    Views
    8,992

    You can mmap into files that are bigger than...

    You can mmap into files that are bigger than 2.8GB, but as I described above, the size of the section mmap'd will be restricted to about 2.8GB - and yes, that's a 32-bit limitation, since the 32-bit...
  4. Replies
    8
    Views
    8,992

    You can mmap() sections of a file up to about...

    You can mmap() sections of a file up to about 2.8GB (your user-mode application is allowed to access 3GB of memory, and some of that is already taken by your application, the stack and the...
Results 1 to 4 of 4