[Gambas-user] Question about Object.Size and object symbol enumeration

Benoît Minisini gambas at ...1...
Mon Jan 16 18:19:08 CET 2012


Le 16/01/2012 17:45, Jussi Lahtinen a écrit :
> Hi!
> Seems like function Object.SizeOf() always returns numbers dividable by 8.
> Is this because objects are allocated as 64 bit chunks in 64 bit OS, or is
> this bug?
>

Object sizes are always padded so that their size is a multiple of 8 bytes.

What's the problem with that?

-- 
Benoît Minisini




More information about the User mailing list