Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
メモリへの書き込みに問題があるのは、1% 未満の時間だけである理由を特定しようとしています。あたかもランダムなスレッドからのように、書き込むことができません。キャスティングが不安定なのかな?
char *str = (char*)q_str.toStdString().c_str(); memcpy(m_list + m_count + m_length, str, strlen(str)); m_count++;