I have a doubt regarding memory allocation in VXWorks.
It looks like VxWorks allocates a few bytes more than requested
Scenario 1: I request for 64 bytes. Vxworks allocates 66 bytes. Diff of 2 bytes
Scenario 2: I request for memory of 88 bytes. Vxworks allcoates 96 bytes.Diff of 8 bytes.