Login  Register

Re: How to delete direct Buffers?

Posted by gouessej on Nov 27, 2014; 2:20pm
URL: https://forum.jogamp.org/How-to-delete-direct-Buffers-tp4033631p4033652.html

You can use a plugin of JVisualVM to see the native memory usage and look at the direct NIO buffers.

No the direct NIO buffers are correctly cleaned but if you misuse JOGL, it can create direct NIO buffers at each display, for example when you pass an array instead of passing a direct NIO buffer...
Julien Gouesse | Personal blog | Website