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

Document ESP.getMaxFreeBlockSize() != max malloc size #7328

Merged
merged 2 commits into from
May 26, 2020

Conversation

earlephilhower
Copy link
Collaborator

Fixes #7322. Because of UMM internals, the largest malloc()able block
will be smaller than the largest contiguous free RAM block. Note in the docs.

Fixes esp8266#7322.  Because of UMM internals, the largest `malloc()`able block
will be smaller than the largest contiguous free RAM block.  Note in the docs.
@earlephilhower earlephilhower added this to the 2.7.2 milestone May 26, 2020
@earlephilhower earlephilhower merged commit 0deb874 into esp8266:master May 26, 2020
@earlephilhower earlephilhower deleted the docmisc branch May 26, 2020 21:00
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.

malloc() fails when allocating ESP.getMaxFreeBlockSize() bytes
2 participants