:: Re: [DNG] semantic of sizeof operat…
Góra strony
Delete this message
Reply to this message
Autor: John Morris
Data:  
Dla: Hendrik Boom, dng
Temat: Re: [DNG] semantic of sizeof operator in C (was: simple-netaid from scratch)
On Wed, 2019-06-12 at 08:40 -0400, Hendrik Boom wrote:
>
> More precisely, sizeof(foo) is the spacing of consecutive elements of
> type foo.


Most importantly for most people, malloc(sizeof(foo)*n) must not cause
unexpected things like a kaboom.