Searched refs:command_size (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/back/
H A DeventHelper.c958 int command_size; local
971 command_size = (int)(sizeof(HelperCommand) +
973 command = jvmtiAllocate(command_size);
974 (void)memset(command, 0, command_size);

Completed in 31 milliseconds