aboutsummaryrefslogtreecommitdiff
path: root/src/bumpptr_alloc.c
Commit message (Collapse)AuthorAgeFilesLines
* speedup bumpptr_allocFlorian Fischer2019-11-121-43/+10
| | | | | Don't use three individual expensive TSD variables. Externalize and inline bump_up.
* Use unlikely in bumpptr alloctorFlorian Schmaus2019-08-131-1/+4
|
* add malloc_statsFlorian Fischer2019-08-121-0/+5
|
* improve bumpptr_allocFlorian Fischer2019-08-111-2/+13
| | | | | Return always 16 Byte aligned blocks and mmap the whole available memory reported by free -t per thread.
* mark free ptr unusedFlorian Fischer2019-05-271-1/+1
|
* remove unused variableFlorian Fischer2019-05-151-1/+0
|
* add bumptr allocator implementationFlorian Fischer2019-04-281-0/+151