forked from wled/WLED
-
-
Notifications
You must be signed in to change notification settings - Fork 123
introduce psram-aware malloc functions (backport of upstream #4895) #342
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
softhack007
wants to merge
27
commits into
mdev
Choose a base branch
from
dedehai_malloc
base: mdev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
15b6907
Improvements to heap-memory and PSRAM handling (#4791)
DedeHai c6a4e28
WLED-MM adaptations
softhack007 d273835
fix an ancient compiler warning in DateStrings.cpp
softhack007 a861a31
use new p_malloc functions with ArduinoJSON
softhack007 b78d5e6
use new memory allocator utilities instead of malloc() callloc() and …
softhack007 e714ede
p -> d in AsyncJSON
softhack007 98c9788
fallback if !psramFound()
softhack007 31e56ae
two bugfixes
softhack007 4c93146
correct alloc size in d_calloc
softhack007 9408564
Merge branch 'mdev' into dedehai_malloc
softhack007 735047f
bugfix: allow user override for MIN_HEAP_SIZE
softhack007 78a964c
add RTCRAM statistics to WLED_DEBUG output
softhack007 62e4cab
Merge branch 'mdev' into dedehai_malloc
softhack007 1eaad1b
work in progress
softhack007 60f8648
(experimental) glitch-free heap size measurement
softhack007 67c70a2
add missing DRAM debug code for classic esp32
softhack007 68dbd5e
re-enable more relaxed heap checks in HUB75 builds
softhack007 69946e4
add early heap capacity checking before allocating
softhack007 381ad56
revert unintended semantic change for "minfreeheap"
softhack007 2d71ab3
USER_PRINT memory alloc failure messages
softhack007 b62b40b
AR: better handling of alloc failure
softhack007 ffe718b
ARTIFX and rotary UM robustness improvements
softhack007 66847a3
printf format string correction
softhack007 ccc96af
bugfix for C3 and S2
softhack007 26a4abe
AR: centralize memory cleanup
softhack007 6f99aa0
typo
softhack007 75cbe6c
UI "free heap" was sometimes behind -> back to ESP.getFreeHeap()
softhack007 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.