Hi!
As far as i know, malloc return pointer aligned for using with standart
data
types (int, long, struct, etc… usually 8 bytes).
Why is NGX_POOL_ALIGNMENT = 16 ? Why is that ? For 64-bit systems ?
I’m very interested in nginx internals, i can learn a lot from it.
PS: discussion at stackoverflow, people also don’t know the reason of
number
16.
Please help.