Home | History | Annotate | Download | only in jdwp

Lines Matching refs:allocSize

278   int allocSize = offsetof(JdwpEvent, mods) + numMods * sizeof(newEvent->mods[0]);
279 newEvent = reinterpret_cast<JdwpEvent*>(malloc(allocSize));
280 memset(newEvent, 0, allocSize);