MCPcopy Create free account
hub / github.com/doldecomp/mkdd / disposeUserDisposers_

Method disposeUserDisposers_

libs/JSystem/JAudio/Utility/JAUSectionHeap.cpp:139–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139void JAUSection::disposeUserDisposers_()
140{
141 JSULink<JAUDisposer_> *link = data_._8c.getLast();
142
143 if (link)
144 {
145 JUT_REPORT_MSG("<Ignore these warnings />\n");
146 do
147 {
148 JSULink<JAUDisposer_> *prev = link->getPrev();
149 delete link->getObject();
150 data_._8c.remove(link);
151 link = prev;
152 } while (link);
153 JUT_REPORT_MSG("</ Ignore these warnings>\n");
154 }
155}
156
157void JAUSection::releaseAllBank_()
158{

Callers 1

popSectionMethod · 0.80

Calls 4

getLastMethod · 0.45
getPrevMethod · 0.45
getObjectMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected