atexit() functions now called when task killed by task delete; For MCUs with...
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 git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3648 42af7a65-404d-4744-a932-0658087f49c3
Showing
- ChangeLog 18 additions, 3 deletionsChangeLog
- Documentation/NuttX.html 19 additions, 3 deletionsDocumentation/NuttX.html
- Documentation/NuttxPortingGuide.html 12 additions, 1 deletionDocumentation/NuttxPortingGuide.html
- TODO 16 additions, 17 deletionsTODO
- arch/sim/src/up_allocateheap.c 1 addition, 1 deletionarch/sim/src/up_allocateheap.c
- arch/sim/src/up_internal.h 8 additions, 1 deletionarch/sim/src/up_internal.h
- configs/README.txt 9 additions, 0 deletionsconfigs/README.txt
- include/nuttx/sched.h 2 additions, 2 deletionsinclude/nuttx/sched.h
- mm/mm_environment.h 2 additions, 1 deletionmm/mm_environment.h
- mm/mm_initialize.c 15 additions, 6 deletionsmm/mm_initialize.c
- mm/mm_internal.h 50 additions, 14 deletionsmm/mm_internal.h
- mm/mm_malloc.c 1 addition, 1 deletionmm/mm_malloc.c
- mm/mm_memalign.c 1 addition, 1 deletionmm/mm_memalign.c
- mm/mm_test.c 1 addition, 0 deletionsmm/mm_test.c
- sched/Makefile 5 additions, 5 deletionssched/Makefile
- sched/exit.c 10 additions, 49 deletionssched/exit.c
- sched/os_internal.h 1 addition, 0 deletionssched/os_internal.h
- sched/task_delete.c 6 additions, 10 deletionssched/task_delete.c
- sched/task_exithook.c 157 additions, 0 deletionssched/task_exithook.c
Loading
Please register or sign in to comment