summaryrefslogtreecommitdiff
path: root/nuttx/mm/mm_sbrk.c
Commit message (Expand)AuthorAgeFilesLines
* First round of changes to get the ELF configuration building againGregory Nutt2014-09-161-3/+2
* Fix a typo in use of a configuration settingGregory Nutt2014-09-131-0/+2
* Restructuring of build to allow use of use-space allocators by kernel logic i...Gregory Nutt2014-09-021-2/+3
* sbrk() need to initialized the memory manager on the first callGregory Nutt2014-09-021-8/+28
* Completes the implementation of sbrk() (untested)Gregory Nutt2014-09-011-3/+3
* Initial implementatino of sbrk()Gregory Nutt2014-09-011-0/+146