aboutsummaryrefslogtreecommitdiff
path: root/src/bumpptr_alloc.c
Commit message (Collapse)AuthorAgeFilesLines
* 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