voronoi icon indicating copy to clipboard operation
voronoi copied to clipboard

This polygonal area will cause memory to continue to explode

Open ajune-wang opened this issue 1 year ago • 0 comments

Hello author, while running this polygon file, I found that it keeps creating memory until it runs out of computer memory. Some other files will also encounter similar problems.

#include static void* jcv_alloc(jcv_context_internal* internal, size_t size) { if( !internal->memblocks || internal->memblocks->sizefree < (size+sizeof(void*)) ) {

3.zip

ajune-wang avatar Dec 18 '23 12:12 ajune-wang