MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / allocate

Method allocate

src/main/java/trace/sound/Sound.java:85–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83 System.out.println(" init openal :" + AL10.alGetError() + " "
84 + sources.size() + " sources");
85
86 return this;
87 }
88
89 public Source allocate() {
90 if (free.size() == 0)
91 return null;
92 return free.remove(0);

Callers 6

processMethod · 0.45
floatsFromFileMethod · 0.45
BinaryInputMethod · 0.45
RemoteLayerClass · 0.45
sendFileMethod · 0.45
onFrameReceivedMethod · 0.45

Calls 2

sizeMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected