| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix inlining of bump_up and revert bumpptr_alloc to original version | Florian Fischer | 2019-11-11 | 1 | -21/+19 |
| | | |||||
| * | add some bumpptr flavors | Florian Fischer | 2019-11-10 | 1 | -19/+21 |
| | | |||||
| * | Use unlikely in bumpptr alloctor | Florian Schmaus | 2019-08-13 | 1 | -1/+4 |
| | | |||||
| * | add malloc_stats | Florian Fischer | 2019-08-12 | 1 | -0/+5 |
| | | |||||
| * | improve bumpptr_alloc | Florian Fischer | 2019-08-11 | 1 | -2/+13 |
| | | | | | | Return always 16 Byte aligned blocks and mmap the whole available memory reported by free -t per thread. | ||||
| * | mark free ptr unused | Florian Fischer | 2019-05-27 | 1 | -1/+1 |
| | | |||||
| * | remove unused variable | Florian Fischer | 2019-05-15 | 1 | -1/+0 |
| | | |||||
| * | add bumptr allocator implementation | Florian Fischer | 2019-04-28 | 1 | -0/+151 |
