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

/openjdk7/jdk/src/windows/native/com/sun/media/sound/
H A DPLATFORM_API_WinOS_Util.c92 int structSize = sizeof(SysExQueue) + ((count - 1) * sizeof(MIDIHDR)); local
94 sysex = (SysExQueue*) malloc(structSize);
96 memset(sysex, 0, structSize);

Completed in 1284 milliseconds