Results 1 to 5 of 5

Thread: Memory usage

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Yes, marvelous answer! Thank you!

    Although
    On 32 bit system
    A -> 80
    B -> 4 (4x8=32)

    On 64 bit system
    A -> 80
    B -> 8 (8x8=64)
    but that is besides the point. I now understand where the difference comes from.
    Last edited by Thyandyr; 11-07-2017 at 12:12 PM.

  2. #2
    You are correct. Size of pointer in 32 bit application is 4 bytes and in 64 bit application it is 8 bytes. That happens when you are writing your answer directly from your head (without checking the facts) at 12:21 AM

    I have edited my answer to correct that mistake.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •