Lines Matching refs:newEvent
323 JdwpEvent* newEvent;325 numMods * sizeof(newEvent->mods[0]);327 newEvent = (JdwpEvent*)malloc(allocSize);328 memset(newEvent, 0, allocSize);329 return newEvent;