Chat freely about anything...

User avatar
By eriksl
#83864 Some library function (either in the SDK, libc or whatever you're using additionally) will call memcpy. Even the compiler can generate calls to memcpy.

So you will have to find out which code is calling memcpy here and working from there.

(moved to other forum because it's not really and "advanced users" topic)