<feed xmlns='http://www.w3.org/2005/Atom'>
<title>allocbench/src/allocators/supermalloc.py, branch master</title>
<subtitle>benchmark tool for POSIX memory allocators</subtitle>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/'/>
<entry>
<title>make the whole project more python idiomatic</title>
<updated>2020-06-02T09:18:47+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2020-05-06T14:56:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=8174a918ea3b7cb216bf7ea98cfdc10661b5c37d'/>
<id>8174a918ea3b7cb216bf7ea98cfdc10661b5c37d</id>
<content type='text'>
* rename src directory to allocbench
* make global variable names UPPERCASE
* format a lot of code using yapf
* use lowercase ld_preload and ld_library_path as Allocator members
* name expected Errors 'err' and don't raise a new Exception
* disable some pylint messages
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* rename src directory to allocbench
* make global variable names UPPERCASE
* format a lot of code using yapf
* use lowercase ld_preload and ld_library_path as Allocator members
* name expected Errors 'err' and don't raise a new Exception
* disable some pylint messages
</pre>
</div>
</content>
</entry>
<entry>
<title>fmt all src/allocators using yapf</title>
<updated>2020-03-09T18:34:31+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2020-03-09T18:34:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=3884a7712b74c09d4216b856464d6c3cdd9e3476'/>
<id>3884a7712b74c09d4216b856464d6c3cdd9e3476</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>replace AllocatorSources with Artifacts</title>
<updated>2019-09-21T16:38:25+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-09-21T16:38:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=213e5625a9aa677230f261fcee01086f9ee1f850'/>
<id>213e5625a9aa677230f261fcee01086f9ee1f850</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add reset command to supermalloc definition</title>
<updated>2019-09-04T21:16:30+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-09-04T21:16:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=9b16092031b306c7dc49dde70df74461ebea4a23'/>
<id>9b16092031b306c7dc49dde70df74461ebea4a23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>exclude aligned_alloc from SuperMalloc build</title>
<updated>2019-08-28T12:16:52+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-08-28T12:16:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=6da8769acff639f418b165fd729c412495024836'/>
<id>6da8769acff639f418b165fd729c412495024836</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improve code quality and add license headers to allocator definitions</title>
<updated>2019-08-28T09:31:08+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-08-28T09:31:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=ae0680f8fdd4de34fc85bea869699535f7abf0b9'/>
<id>ae0680f8fdd4de34fc85bea869699535f7abf0b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use default optimisation flags for tcmalloc, jemalloc and Hoard</title>
<updated>2019-08-21T14:17:17+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-08-21T14:15:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=26acccbe30198d365cea9378eaae9fb41ccb5bb8'/>
<id>26acccbe30198d365cea9378eaae9fb41ccb5bb8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add default colors to included allocators</title>
<updated>2019-07-01T11:45:06+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-07-01T11:45:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=51310acce858b34b8131c560cb430d86cd7624b4'/>
<id>51310acce858b34b8131c560cb430d86cd7624b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add mesh and lockless_allocator definitions</title>
<updated>2019-06-24T15:21:09+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-06-24T15:21:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=f20c5285a0c0351a4cb8ac68a994a8d69457963e'/>
<id>f20c5285a0c0351a4cb8ac68a994a8d69457963e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rework allocator definitions #2</title>
<updated>2019-06-24T12:51:21+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2019-06-24T12:51:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/allocbench/commit/?id=2d86e20f5a44aea66725686531463931f38aa2dc'/>
<id>2d86e20f5a44aea66725686531463931f38aa2dc</id>
<content type='text'>
bench.py no evals only if argument to -a is file path.
Otherwise it will check if "arg".py is found in src/allocators/
then it imports it.
Collection definitions must export a iterable member called allocators.
Allocator definitions must export a member named "arg".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bench.py no evals only if argument to -a is file path.
Otherwise it will check if "arg".py is found in src/allocators/
then it imports it.
Collection definitions must export a iterable member called allocators.
Allocator definitions must export a member named "arg".
</pre>
</div>
</content>
</entry>
</feed>
