Space at the beginning of the process data space is now reserved for user heap...
Space at the beginning of the process data space is now reserved for user heap management structures. In the kernel build mode, these heap structures are shared between the kernel and use code in order to allocate user-specific data.
Showing
- arch/arm/src/armv7-a/arm_addrenv.c 11 additions, 4 deletionsarch/arm/src/armv7-a/arm_addrenv.c
- include/nuttx/addrenv.h 16 additions, 0 deletionsinclude/nuttx/addrenv.h
- mm/umm_addregion.c 20 additions, 3 deletionsmm/umm_addregion.c
- mm/umm_brkaddr.c 18 additions, 5 deletionsmm/umm_brkaddr.c
- mm/umm_calloc.c 18 additions, 5 deletionsmm/umm_calloc.c
- mm/umm_extend.c 18 additions, 5 deletionsmm/umm_extend.c
- mm/umm_free.c 18 additions, 5 deletionsmm/umm_free.c
- mm/umm_initialize.c 19 additions, 4 deletionsmm/umm_initialize.c
- mm/umm_mallinfo.c 19 additions, 5 deletionsmm/umm_mallinfo.c
- mm/umm_malloc.c 19 additions, 6 deletionsmm/umm_malloc.c
- mm/umm_memalign.c 18 additions, 5 deletionsmm/umm_memalign.c
- mm/umm_realloc.c 18 additions, 5 deletionsmm/umm_realloc.c
- mm/umm_sbrk.c 21 additions, 3 deletionsmm/umm_sbrk.c
- mm/umm_sem.c 19 additions, 6 deletionsmm/umm_sem.c
- mm/umm_zalloc.c 18 additions, 5 deletionsmm/umm_zalloc.c
Loading
Please register or sign in to comment