summaryrefslogtreecommitdiff
path: root/nuttx/mm/mm_memalign.c
Commit message (Expand)AuthorAgeFilesLines
* Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2014-08-311-41/+7
* Need to condition out standard allocators in kernel build. More to be doneGregory Nutt2014-08-311-4/+2
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-1/+1
* More trailing whilespace removalGregory Nutt2014-04-131-2/+2
* Create procfs_utils.c; File missed from last commit; + remove warning from mm...Gregory Nutt2013-12-141-2/+12
* Fix some kernel-mode compilation problemsGregory Nutt2013-12-111-2/+2
* Add support for multiple heapspatacongo2013-03-081-7/+12
* Move all memory manager globals to a structure. Pass structure pointer as a ...patacongo2013-03-081-8/+35
* mm/ file clean-uppatacongo2012-07-141-45/+43
* atexit() functions now called when task killed by task delete; For MCUs with ...patacongo2011-05-281-1/+1
* Fix warning introduced with last checkinpatacongo2011-01-191-1/+1
* Fix issues detected by CppCheck toolpatacongo2011-01-191-2/+2
* Switching to C99 stdint/stdbool.h typespatacongo2009-12-151-4/+4
* Finally, a clean SDCC compilepatacongo2007-02-271-10/+10
* Progress toward clean SDCC compilationpatacongo2007-02-211-9/+9
* Eliminating GCC dependenciespatacongo2007-02-201-2/+0
* NuttX RTOSpatacongo2007-02-171-0/+212