summaryrefslogtreecommitdiff
path: root/nuttx/mm/mm_realloc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2014-08-311-54/+8
* Need to condition out standard allocators in kernel build. More to be doneGregory Nutt2014-08-311-5/+2
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-1/+1
* Create procfs_utils.c; File missed from last commit; + remove warning from mm...Gregory Nutt2013-12-141-3/+3
* Fix a bug introduced in the last check-inpatacongo2013-03-111-4/+17
* AT91SAM3 now supports kernel-mode heap; SAM3U-EK knsh configuration converted...patacongo2013-03-101-4/+4
* Add support for multiple heapspatacongo2013-03-081-6/+13
* Move all memory manager globals to a structure. Pass structure pointer as a ...patacongo2013-03-081-11/+49
* mm/ file clean-uppatacongo2012-07-141-133/+131
* Switching to C99 stdint/stdbool.h typespatacongo2009-12-151-4/+4
* Compiles with ZDS-IIpatacongo2008-01-091-1/+1
* Fixed several more realloc errorspatacongo2007-06-301-11/+23
* Fix error in realloc when memory is extended downwardpatacongo2007-06-301-36/+40
* Finally, a clean SDCC compilepatacongo2007-02-271-18/+20
* Progress toward clean SDCC compilationpatacongo2007-02-211-6/+6
* NuttX RTOSpatacongo2007-02-171-0/+336