Skip to content

Tuning malloc() on Arduino DUE #36

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

Open
GO01260 opened this issue May 24, 2017 · 1 comment
Open

Tuning malloc() on Arduino DUE #36

GO01260 opened this issue May 24, 2017 · 1 comment

Comments

@GO01260
Copy link

GO01260 commented May 24, 2017

On AVR, malloc() can be tuned by setting "extern char *__malloc_heap_end;" to some value. This will prevent malloc() to use the current stack pointer for top of memory and it will create an heap for malloc().

Is there anything similar in the Arduino DUE library? malloc() implementation seems to be different.

Regards

@WestfW
Copy link
Contributor

WestfW commented Aug 19, 2022

See also #138

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

No branches or pull requests

2 participants