summaryrefslogtreecommitdiff
path: root/nuttx/mm/umm_addregion.c
Commit message (Expand)AuthorAgeFilesLines
* Move the user heap allocator front-end from mm/. to mm/umm_heap/.Gregory Nutt2014-09-221-105/+0
* I love/hate conditional compilationGregory Nutt2014-09-031-2/+2
* Fix several compile errors for logic added for CONFIG_BUILD_KERNEL, but which...Gregory Nutt2014-09-031-3/+3
* Add support for delivery of use-mode signals in the kernel build.Gregory Nutt2014-09-021-2/+2
* Space at the beginning of the process data space is now reserved for user hea...Gregory Nutt2014-09-021-3/+20
* mm: Break up mm_user.c and mm_kernel.c into separate files for better symmetryGregory Nutt2014-08-311-0/+88
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-81/+0
* With these fixes, the kernel build is basically functional (but there is more...patacongo2013-03-091-0/+81