Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allocator: Improve rfree() debug and trace #518

Merged
merged 1 commit into from
Oct 30, 2018

Conversation

lgirdwood
Copy link
Member

System heap is one time allocate only meant for init and not for freeing.
Panic if someone attempts to free system heap.

Provide pointers and cpu core ID for any failures in trace .

Signed-off-by: Liam Girdwood liam.r.girdwood@linux.intel.com

System heap is one time allocate only meant for init and not for freeing.
Panic if someone attempts to free system heap.

Provide pointers and cpu core ID for any failures in trace .

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants