vulkan icon indicating copy to clipboard operation
vulkan copied to clipboard

Memory Leak of cgo

Open boobusy opened this issue 2 years ago • 5 comments

image

The memory viewing with pprof is very small.

boobusy avatar Feb 13 '23 18:02 boobusy

@boobusy is it a false alarm?

xlab avatar Feb 13 '23 21:02 xlab

@xlab The use of PresentMode = vk.PresentModeImmediate Memory growth is fast.

boobusy avatar Feb 24 '23 07:02 boobusy

maybe try "github.com/cannibalvox/cgoparam" Memory allocator.

boobusy avatar Mar 03 '23 09:03 boobusy

@boobusy good idea, although I think this would beg for a full rewrite for my cgo generator xD

xlab avatar Mar 08 '23 14:03 xlab

I stumbled upon this on my Linux machine as well, with PresentMode = vk.PresentModeImmediate you can observe the memory growing very quickly.

akyoto avatar Jun 23 '24 14:06 akyoto