aboutsummaryrefslogtreecommitdiff
path: root/src/allocators/tbbmalloc.py
Commit message (Collapse)AuthorAgeFilesLines
* make the whole project more python idiomaticFlorian Fischer2020-06-021-38/+0
| | | | | | | | | * 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
* fmt all src/allocators using yapfFlorian Fischer2020-03-091-4/+4
|
* fix tbbmalloc definitionFlorian Fischer2019-09-221-1/+1
|
* replace AllocatorSources with ArtifactsFlorian Fischer2019-09-211-15/+10
|
* improve code quality and add license headers to allocator definitionsFlorian Fischer2019-08-281-8/+27
|
* fix broken build command for tbbmallocFlorian Fischer2019-08-201-1/+1
|
* fix tbbFlorian Fischer2019-08-201-1/+1
| | | | | tbb is build for each installed kernel version resulting in multiple libraries.
* Use "git reset --hard" instead of "git stash"Florian Schmaus2019-08-121-1/+1
|
* use libtbbmalloc_proxy which overwrites mallocFlorian Fischer2019-07-171-1/+1
|
* fix tbbmalloc definitionFlorian Fischer2019-07-031-1/+1
|
* add default colors to included allocatorsFlorian Fischer2019-07-011-1/+1
|
* add tbbmalloc definitionFlorian Fischer2019-06-241-0/+24