summaryrefslogtreecommitdiff
path: root/nuttx/mm/mm_realloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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