| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add tracing of execution times | Florian Fischer | 2020-07-23 | 1 | -15/+56 |
| | | |||||
| * | [chattymalloc] add pid to trace file name to support fork/exec | Florian Fischer | 2020-07-23 | 1 | -1/+6 |
| | | | | | | | | When a process uses frok and exit both will open the same file and truncated it when they are ready which leads to invalid writes. Now we prepend the trace file name with the pid of the process so each child has its own trace file. | ||||
| * | [chattymalloc] fix multiple sources of crashes | Florian Fischer | 2020-07-03 | 1 | -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 commit | Florian Fischer | 2020-05-04 | 1 | -0/+381 |
