Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-01-18 | malloc: Take unsigned long as mask to align | Helge Deller | 1 | -2/+2 |
2021-09-24 | malloc.c: Implement a PA-RISC specific malloc() | Helge Deller | 1 | -2/+6 |
2015-10-15 | malloc: Rename csm_malloc_preinit() to malloc_csm_preinit() | Kevin O'Connor | 1 | -1/+1 |
2015-10-15 | malloc: Don't mix virtual and physical addresses | Kevin O'Connor | 1 | -3/+4 |
2015-10-15 | malloc: Add warning if free() called on invalid memory | Kevin O'Connor | 1 | -3/+1 |
2013-12-27 | Remove the pmm handle argument from _malloc(). | Kevin O'Connor | 1 | -11/+12 |
2013-09-18 | Move malloc code from pmm.c to new files malloc.c and malloc.h. | Kevin O'Connor | 1 | -0/+70 |