summaryrefslogtreecommitdiff
path: root/nuttx/mm/mm_malloc.c
Commit message (Expand)AuthorAgeFilesLines
* Need to include debug.h or compile fails when memory management debug is enabledGregory Nutt2013-04-181-0/+1
* Add support for multiple heapspatacongo2013-03-081-8/+9
* Move all memory manager globals to a structure. Pass structure pointer as a ...patacongo2013-03-081-11/+30
* Add debug output when memory allocations failpatacongo2013-02-281-2/+17
* mm/ file clean-uppatacongo2012-07-141-48/+45
* atexit() functions now called when task killed by task delete; For MCUs with ...patacongo2011-05-281-1/+1
* Switching to C99 stdint/stdbool.h typespatacongo2009-12-151-4/+4
* Debug can now be selectively enabled by subystempatacongo2007-11-231-1/+1
* Fix c5471 signal handling + deallocation bugpatacongo2007-03-081-0/+1
* Finally, a clean SDCC compilepatacongo2007-02-271-6/+6
* Progress toward clean SDCC compilationpatacongo2007-02-211-1/+1
* NuttX RTOSpatacongo2007-02-171-0/+203