Home | History | Annotate | Download | only in jdwp

Lines Matching full:allocsize

332     int allocSize = offsetof(JdwpEvent, mods) +
335 newEvent = (JdwpEvent*)malloc(allocSize);
336 memset(newEvent, 0, allocSize);