Skip to content

Fix #1463, Implement separate allocator for task stacks#1464

Open
jphickey wants to merge 1 commit into
nasa:devfrom
jphickey:fix-1463-vxworks-task-mem
Open

Fix #1463, Implement separate allocator for task stacks#1464
jphickey wants to merge 1 commit into
nasa:devfrom
jphickey:fix-1463-vxworks-task-mem

Conversation

@jphickey

Copy link
Copy Markdown
Contributor

Checklist (Please check before submitting)

Describe the contribution
Removes default use of malloc() for creating a task stack in VxWorks. Replace with a mempool-based solution, that can also be replaced with some other memory pool based on user preferences.

Fixes #1463

Testing performed
Coverage and sanity checking

Expected behavior changes
More user control over allocation of task stack, no malloc()

System(s) tested on
Debian

Contributor Info - All information REQUIRED for consideration of pull request
Joseph Hickey, Vantage Systems, Inc.

@jphickey jphickey force-pushed the fix-1463-vxworks-task-mem branch from 6fea765 to 40eb028 Compare May 28, 2024 17:36
@jphickey jphickey added the CCB:Ready Pull request is ready for discussion at the Configuration Control Board (CCB) label Jun 20, 2024
@dzbaker

dzbaker commented Jun 27, 2024

Copy link
Copy Markdown
Collaborator

CCB 27 June 2024: Approved pending @jphickey running on sp0.

@dzbaker dzbaker added CCB:Provisionally-Approved and removed CCB:Ready Pull request is ready for discussion at the Configuration Control Board (CCB) labels Jun 27, 2024
@jphickey jphickey force-pushed the fix-1463-vxworks-task-mem branch from 40eb028 to 1674c42 Compare May 12, 2026 15:16
@jphickey jphickey changed the base branch from main to dev May 13, 2026 14:22
Removes default use of malloc() for creating a task stack in VxWorks.
Replace with a mempool-based solution, that can also be replaced with
some other memory pool based on user preferences.
@jphickey jphickey force-pushed the fix-1463-vxworks-task-mem branch from 1674c42 to 29f36d2 Compare June 18, 2026 13:57
@chillfig chillfig self-requested a review June 18, 2026 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Permit stack allocation from alternative memory pool on VxWorks

2 participants