07-25-2008 07:32 AM
07-25-2008 07:37 AM
07-25-2008 07:38 AM
07-25-2008 07:41 AM
07-25-2008 07:51 AM
@JeffOverton wrote:[...] boolean to include the typdef flag, which will increase the filesize of a large typedef boolean array, [...]
07-25-2008 07:59 AM
07-25-2008 08:00 AM
07-25-2008 08:09 AM
That could be true as well. And if so, the size wouldn't increase too much either since the array has to contain elements of a single type so all elements share the type. So, in conclussion, the type has to be defined only once.
@TonP wrote:
[...]
The typdef info is stored in the data-information about the pointer.
[...]
07-25-2008 08:15 AM