What is the maximum buffer size allowed in memecpy() function in c, I am using GCC compiler,32-bit system, What is the affecting factor for memcpy failure?
->Alignment issue?
->Size?
however the buffer size 256bytes not working, tried 160 bytes copy which fits our requirement