Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update e-mailHEADmaster | Mattias Andrée | 2024-10-06 | 1 | -1/+1 |
* | partially split malloc.c | Mattias Andrée | 2016-01-01 | 1 | -156/+0 |
* | extension: free will perserve errno | Mattias Andrée | 2016-01-01 | 1 | -0/+4 |
* | bump year | Mattias Andrée | 2016-01-01 | 1 | -1/+1 |
* | the pagesize shall be retrieved in crt0 to avoid an unnecessary branching in calls to malloc-functions | Mattias Andrée | 2015-12-16 | 1 | -0/+1 |
* | fix issue #6 on github | Mattias Andrée | 2015-12-16 | 1 | -2/+21 |
* | tell in doc in which version things were introduced | Mattias Andrée | 2015-11-25 | 1 | -0/+26 |
* | more etymology | Mattias Andrée | 2015-11-20 | 1 | -0/+24 |
* | fix issue #4 | Mattias Andrée | 2015-11-19 | 1 | -0/+2 |
* | typo | Mattias Andrée | 2015-11-18 | 1 | -1/+1 |
* | whitespace | Mattias Andrée | 2015-11-17 | 1 | -0/+1 |
* | m | Mattias Andrée | 2015-11-16 | 1 | -1/+1 |
* | add macros for overflow check | Mattias Andrée | 2015-11-16 | 1 | -10/+5 |
* | m doc mallocz | Mattias Andrée | 2015-11-14 | 1 | -0/+4 |
* | m malloc.c | Mattias Andrée | 2015-11-14 | 1 | -4/+12 |
* | add mallocz | Mattias Andrée | 2015-11-14 | 1 | -0/+25 |
* | the pointer returned by malloc is aligned | Mattias Andrée | 2015-10-18 | 1 | -3/+29 |
* | fix errors | Mattias Andrée | 2015-10-17 | 1 | -2/+10 |
* | add zalloc | Mattias Andrée | 2015-10-11 | 1 | -0/+25 |
* | remove some todos | Mattias Andrée | 2015-09-03 | 1 | -1/+0 |
* | add malloc_usable_size | Mattias Andrée | 2015-08-30 | 1 | -0/+15 |
* | malloc: add overflow checks and add aligned alloc-functions | Mattias Andrée | 2015-08-30 | 1 | -5/+180 |
* | move memory allocation functions to malloc.h | Mattias Andrée | 2015-08-30 | 1 | -0/+134 |