<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/CMakeScripts/Modules/FindJeMalloc.cmake, branch livecoding</title>
<subtitle>An experimental livecoding plugin for Inkscape</subtitle>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/'/>
<entry>
<title>jemalloc cmake module</title>
<updated>2017-06-30T13:08:14+00:00</updated>
<author>
<name>chr[]</name>
<email>chris@deviu.lan</email>
</author>
<published>2017-06-30T13:08:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=d6f2d85a424751ac9dd468949a950ecc46148ff2'/>
<id>d6f2d85a424751ac9dd468949a950ecc46148ff2</id>
<content type='text'>
(shamelessly stolen from Blender)

libstdc++ memory allocator is broken:
	"Notes about deallocation. This allocator does not explicitly release memory."

The story:
https://www.zerotier.com/blog/2017-05-05-theleak.shtml

The solution?!
http://jemalloc.net/

No need to recompile, just install it and a simple test run:

LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.1 inkscape
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(shamelessly stolen from Blender)

libstdc++ memory allocator is broken:
	"Notes about deallocation. This allocator does not explicitly release memory."

The story:
https://www.zerotier.com/blog/2017-05-05-theleak.shtml

The solution?!
http://jemalloc.net/

No need to recompile, just install it and a simple test run:

LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.1 inkscape
</pre>
</div>
</content>
</entry>
</feed>
