Hi TI,
I have regarded myself that I am fully understand memory allocation function well.
but I realize today I haven't.
Ptr Memory_alloc(IHeap_Handle heap, SizeT size, SizeT align, Error_Block *eb);
I can not understand clearly what the parameter above 'align' is for with this description below
"alignment (in MADUs) of the block of memory"
if I allocate the memory whose size is 4 bytes and the value of the parameter 'align' is 4,
are total 16 bytes allocated in alignment?
Regards,
ysshim