> Just read _Thread_Stack_Allocate(), I think maybe 'stack_allocate_hook' > in 'CPU Table' could help. For example you can configure > 'stack_allocate_hook' as 'malloc' so task stacks always allocated in > CRTL. Hi! I would like to allocate task stack for one task only. If I use stack_allocate_hook, this hook is for all tasks, right? Regards Ivica