What is the maximum size of buffers memcpy/memset etc. can handle?

前端 未结 6 2075
执笔经年
执笔经年 2020-12-11 04:54

What is the maximum size of buffers memcpy and other functions can handle? Is this implementation dependent? Is this restricted by the size(size_t) passed in as an argument?

6条回答
提交回复
热议问题