aboutsummaryrefslogtreecommitdiff
path: root/chattymalloc.c
Commit message (Collapse)AuthorAgeFilesLines
* [chattymalloc] fix multiple sources of crashesFlorian Fischer2020-07-031-5/+24
| | | | | | * Don't trace free(0x0) during init (needed if init fails) * Increase the trace window (on a huge maschine 100000 entries was to small) * Don't trace after our thread destructor ran
* initial chattymalloc standalone commitFlorian Fischer2020-05-041-0/+381