realloc 中文意思是什麼

realloc 解釋
重分配內存
  1. Warning c6308 : realloc may return null pointer : assigning a null pointer to

    警告c6308 : 「 realloc 」可能返回空指針:將空指針賦給
  2. Warning c6308 : realloc may return null pointer : assigning a null pointer to variable, which is passed as an argument to realloc, will cause the original memory block to be leaked

    警告c6308 : 「 realloc 」可能返回空指針:將空指針賦給< variable > (後者將作為參數傳遞給「 realloc 」 )將導致原始內存塊泄漏
分享友人