| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | make the whole project more python idiomatic | Florian Fischer | 2020-06-02 | 1 | -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 yapf | Florian Fischer | 2020-03-09 | 1 | -4/+4 |
| | | |||||
| * | fix tbbmalloc definition | Florian Fischer | 2019-09-22 | 1 | -1/+1 |
| | | |||||
| * | replace AllocatorSources with Artifacts | Florian Fischer | 2019-09-21 | 1 | -15/+10 |
| | | |||||
| * | improve code quality and add license headers to allocator definitions | Florian Fischer | 2019-08-28 | 1 | -8/+27 |
| | | |||||
| * | fix broken build command for tbbmalloc | Florian Fischer | 2019-08-20 | 1 | -1/+1 |
| | | |||||
| * | fix tbb | Florian Fischer | 2019-08-20 | 1 | -1/+1 |
| | | | | | | tbb is build for each installed kernel version resulting in multiple libraries. | ||||
| * | Use "git reset --hard" instead of "git stash" | Florian Schmaus | 2019-08-12 | 1 | -1/+1 |
| | | |||||
| * | use libtbbmalloc_proxy which overwrites malloc | Florian Fischer | 2019-07-17 | 1 | -1/+1 |
| | | |||||
| * | fix tbbmalloc definition | Florian Fischer | 2019-07-03 | 1 | -1/+1 |
| | | |||||
| * | add default colors to included allocators | Florian Fischer | 2019-07-01 | 1 | -1/+1 |
| | | |||||
| * | add tbbmalloc definition | Florian Fischer | 2019-06-24 | 1 | -0/+24 |
