Community
Participate
Working Groups
int addNewData(MPI::TId tId_Key, void* pData) {
if (m_TId_Key == tId_Key) {
free(m_pData);
// free(m_pData);
m_pData = pData;
return GetCurrentDepth();
} else if (tId_Key < m_TId_Key) {