MCPcopy Create free account
hub / github.com/csound/csound / plugin_deinit

Method plugin_deinit

include/plugin.h:187–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185 /** deinit registration for a given plugin class
186 */
187 template <typename T> void plugin_deinit(T *p) {
188 RegisterDeinitCallback(this, (void *)p, deinit<T>);
189 }
190
191 /** Csound memory allocation - malloc style
192 */

Callers 4

initMethod · 0.80
initMethod · 0.80
initMethod · 0.80
initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected