Age | Commit message (Expand) | Author |
---|---|---|
2020-02-02 | LibC: Allow opting into malloc() and free() performance event logging | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-12-22 | LibC: Prevent assertions in malloc/free at exit time | Andrew Kaster |
2019-12-20 | LibC: Make empty malloc blocks purgeable | Sergey Bugaev |
2019-12-18 | LibC: Store empty malloc blocks in an array instead of a linked list | Sergey Bugaev |
2019-12-02 | LibC: Also mark empty-but-kept-around BigAllocationBlocks as PROT_NONE | Andreas Kling |
2019-12-02 | LibC: Protect empty-but-kept-around ChunkedBlocks with PROT_NONE | Andreas Kling |
2019-09-29 | LibC: Some build fixes for strange platforms | Andreas Kling |
2019-08-26 | LibThread: Move CLock to LibThread::Lock | Sergey Bugaev |
2019-07-25 | LibC: Don't clobber errno in free(). | Andreas Kling |
2019-07-17 | LibC: Fix MALLOC_DEBUG to work | Robin Burchell |
2019-07-13 | LibC: Protect the malloc heap with a basic lock. | Andreas Kling |
2019-07-04 | Libraries: Create top level directory for libraries. | Andreas Kling |