你能帮忙/解释一下吗?
void * memmove ( void * destination,const void * source,size_t num );
复杂度O(num)或O(1)也是如此.我想这是O(num),但我不确定我现在缺乏对引擎盖下发生的事情的理解.