aboutsummaryrefslogtreecommitdiff
path: root/src/speedymalloc.c
Commit message (Collapse)AuthorAgeFilesLines
* fix speedymalloc's size2bin and bin2size functionsFlorian Fischer2019-09-111-19/+24
|
* use size information in reallocFlorian Fischer2019-09-091-2/+2
|
* simplify cached sizeclassesFlorian Fischer2019-09-091-47/+44
|
* add first speedymalloc draftFlorian Fischer2019-09-051-0/+257
speedymalloc is a thread-local cached bump pointer allocator