nuttx/arch/hc/src/common
Xiang Xiao ab974edc84 sched: Identify the stack need to free by TCB_FLAG_FREE_STACK
instead calling kmm_heapmember or umm_heapmember because:
1.The stack supplied by caller may allocate from heap too
2.It's hard to implement these two function in ASan case

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: I196377822b7c4643ab4f29b7c1dc41dcd7c4dab1
2021-06-18 05:44:41 -07:00
..
up_allocateheap.c arch: hc: nxstyle fixes 2021-03-31 21:12:05 -05:00
up_arch.h arch: hc: Author Gregory Nutt: update licenses to Apache 2021-03-31 21:12:05 -05:00
up_blocktask.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
up_copystate.c arch: hc: Author Gregory Nutt: update licenses to Apache 2021-03-31 21:12:05 -05:00
up_createstack.c sched: Identify the stack need to free by TCB_FLAG_FREE_STACK 2021-06-18 05:44:41 -07:00
up_doirq.c arch: hc: nxstyle fixes 2021-03-31 21:12:05 -05:00
up_exit.c fs: allocate file/socket dynamically 2021-03-17 06:46:42 -07:00
up_idle.c arch: hc: Author Gregory Nutt: update licenses to Apache 2021-03-31 21:12:05 -05:00
up_initialize.c arch: hc: Author Gregory Nutt: update licenses to Apache 2021-03-31 21:12:05 -05:00
up_internal.h arch: Rename g_intstackbase to g_intstacktop 2021-04-16 12:41:41 +09:00
up_interruptcontext.c arch: hc: nxstyle fixes 2021-03-31 21:12:05 -05:00
up_mdelay.c arch: hc: nxstyle fixes 2021-03-31 21:12:05 -05:00
up_modifyreg8.c arch: hc: Author Gregory Nutt: update licenses to Apache 2021-03-31 21:12:05 -05:00
up_modifyreg16.c arch: hc: Author Gregory Nutt: update licenses to Apache 2021-03-31 21:12:05 -05:00
up_modifyreg32.c arch: hc: Author Gregory Nutt: update licenses to Apache 2021-03-31 21:12:05 -05:00
up_puts.c arch: hc: Author Gregory Nutt: update licenses to Apache 2021-03-31 21:12:05 -05:00
up_releasepending.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
up_releasestack.c sched: Identify the stack need to free by TCB_FLAG_FREE_STACK 2021-06-18 05:44:41 -07:00
up_reprioritizertr.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
up_stackframe.c arch: Allocate the space from the beginning in up_stack_frame 2021-04-16 12:41:41 +09:00
up_udelay.c arch: hc: nxstyle fixes 2021-03-31 21:12:05 -05:00
up_unblocktask.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
up_usestack.c Include assert.h in necessary place 2021-06-08 13:06:08 -07:00