| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | make the whole project more python idiomatic | Florian Fischer | 2020-06-02 | 1 | -87/+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 | ||||
| * | bump speedymalloc, build the release version | Florian Fischer | 2020-05-01 | 1 | -3/+3 |
| | | |||||
| * | bump speedymalloc version | Florian Fischer | 2020-04-28 | 1 | -6/+2 |
| | | |||||
| * | bump speedymalloc version and add thread_free and no_glab flavor | Florian Fischer | 2020-04-23 | 1 | -5/+14 |
| | | |||||
| * | bump speedymalloc | Florian Fischer | 2020-04-12 | 1 | -2/+2 |
| | | |||||
| * | bump speedymalloc version and add new flavor with bigger size classes | Florian Fischer | 2020-03-10 | 1 | -1/+8 |
| | | |||||
| * | bump speedymalloc version and fix flavors names | Florian Fischer | 2020-03-10 | 1 | -11/+15 |
| | | |||||
| * | fmt all src/allocators using yapf | Florian Fischer | 2020-03-09 | 1 | -14/+21 |
| | | |||||
| * | bump speedymalloc version | Florian Fischer | 2020-03-06 | 1 | -1/+5 |
| | | |||||
| * | fix build of speedymalloc and add new variant | Florian Fischer | 2020-02-26 | 1 | -5/+9 |
| | | |||||
| * | externalize speedymalloc | Florian Fischer | 2020-02-26 | 1 | -4/+31 |
| | | |||||
| * | replace AllocatorSources with Artifacts | Florian Fischer | 2019-09-21 | 1 | -1/+1 |
| | | |||||
| * | add first speedymalloc draft | Florian Fischer | 2019-09-05 | 1 | -0/+29 |
| speedymalloc is a thread-local cached bump pointer allocator | |||||
