Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | malloc: Rename csm_malloc_preinit() to malloc_csm_preinit() | Kevin O'Connor | 2015-10-15 | 1 | -1/+1 |
* | malloc: Don't mix virtual and physical addresses | Kevin O'Connor | 2015-10-15 | 1 | -3/+4 |
* | malloc: Add warning if free() called on invalid memory | Kevin O'Connor | 2015-10-15 | 1 | -3/+1 |
* | Remove the pmm handle argument from _malloc(). | Kevin O'Connor | 2013-12-27 | 1 | -11/+12 |
* | Move malloc code from pmm.c to new files malloc.c and malloc.h. | Kevin O'Connor | 2013-09-18 | 1 | -0/+70 |