Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | m doc mallocz | Mattias Andrée | 2015-11-14 | 1 | -0/+4 |
* | add mallocz | Mattias Andrée | 2015-11-14 | 1 | -0/+21 |
* | the pointer returned by malloc is aligned | Mattias Andrée | 2015-10-18 | 1 | -1/+5 |
* | m | Mattias Andrée | 2015-10-18 | 1 | -1/+1 |
* | m | Mattias Andrée | 2015-10-18 | 1 | -8/+4 |
* | feature-test macros | Mattias Andrée | 2015-10-18 | 1 | -3/+9 |
* | malloc.h should be included via stdlib.h | Mattias Andrée | 2015-10-18 | 1 | -0/+4 |
* | improve attributes | Mattias Andrée | 2015-10-17 | 1 | -10/+10 |
* | fix errors | Mattias Andrée | 2015-10-17 | 1 | -2/+2 |
* | simplified feature-test macros | Mattias Andrée | 2015-10-12 | 1 | -8/+8 |
* | add zalloc | Mattias Andrée | 2015-10-11 | 1 | -0/+25 |
* | add _LIBRARY_HEADER | Mattias Andrée | 2015-08-31 | 1 | -6/+4 |
* | add todos about adding mallopt and mallinfo | Mattias Andrée | 2015-08-30 | 1 | -0/+2 |
* | 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 | -2/+127 |
* | move memory allocation functions to malloc.h | Mattias Andrée | 2015-08-30 | 1 | -0/+121 |