How to use the releaseAll function from bindings
Find comprehensive JavaScript bindings.releaseAll code examples handpicked from public code repositorys.
GitHub: mikeseven/node-opencl
20 21 22 23 24 25 26 27 28 29 30 31
}); process.on('exit', function() { // this releases all allocated OpenCL objects // global.gc(); cl.releaseAll(); }); /********************************************************************************************************/
33
153
0
+ 89 other calls in file
bindings.createKey is the most popular function in bindings (8616 examples)