nuttx/mm
patacongo 41f3401979 Fix CDC/ACM alternate interface number (from Antti)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4589 42af7a65-404d-4744-a932-0658087f49c3
2012-04-11 14:47:25 +00:00
..
Kconfig Fix CDC/ACM alternate interface number (from Antti) 2012-04-11 14:47:25 +00:00
Makefile
Makefile.test
mm_addfreechunk.c
mm_calloc.c
mm_environment.h atexit() functions now called when task killed by task delete; For MCUs with <= 64Kb of SRAM, CONFIG_MM_SMALL can be defined to reduce the memory allocation overhead 2011-05-28 21:42:18 +00:00
mm_free.c
mm_initialize.c atexit() functions now called when task killed by task delete; For MCUs with <= 64Kb of SRAM, CONFIG_MM_SMALL can be defined to reduce the memory allocation overhead 2011-05-28 21:42:18 +00:00
mm_internal.h Add strndup() 2011-05-29 16:07:13 +00:00
mm_mallinfo.c
mm_malloc.c atexit() functions now called when task killed by task delete; For MCUs with <= 64Kb of SRAM, CONFIG_MM_SMALL can be defined to reduce the memory allocation overhead 2011-05-28 21:42:18 +00:00
mm_memalign.c atexit() functions now called when task killed by task delete; For MCUs with <= 64Kb of SRAM, CONFIG_MM_SMALL can be defined to reduce the memory allocation overhead 2011-05-28 21:42:18 +00:00
mm_realloc.c
mm_sem.c Fix an error that caused interrupts to become disabled 2011-06-18 20:02:40 +00:00
mm_shrinkchunk.c
mm_size2ndx.c
mm_test.c atexit() functions now called when task killed by task delete; For MCUs with <= 64Kb of SRAM, CONFIG_MM_SMALL can be defined to reduce the memory allocation overhead 2011-05-28 21:42:18 +00:00
mm_zalloc.c