Lines Matching full:allocsize
363 int allocSize = offsetof(JdwpEvent, mods) + numMods * sizeof(newEvent->mods[0]);364 newEvent = reinterpret_cast<JdwpEvent*>(malloc(allocSize));365 memset(newEvent, 0, allocSize);