<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - GooString wastes 4 bytes on 64-bit systems"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=97506#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - GooString wastes 4 bytes on 64-bit systems"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=97506">bug 97506</a>
              from <span class="vcard"><a class="email" href="mailto:aacid@kde.org" title="Albert Astals Cid <aacid@kde.org>"> <span class="fn">Albert Astals Cid</span></a>
</span></b>
        <pre>Well, it's following your math, no?

static const int STR_STATIC_SIZE = STR_FINAL_SIZE - sizeof(int) -
sizeof(char*);
so 
STR_STATIC_SIZE = 32 - 4 + 8 = 36
so if STR_STATIC_SIZE is already 36 the whole thing will be bigger than 32, no?</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>