-
Notifications
You must be signed in to change notification settings - Fork 13.3k
proposed umm_malloc improvements #6274
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
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
0af9c5e
Correct critical section with interrupt level preserving and nest s…
mhightower83 dc8fe13
Fixed. travis build complaint.
mhightower83 254259e
Merge branch 'master' into pr3
mhightower83 7b0a0c8
Changes for https://github.com/esp8266/Arduino/pull/6274#pullrequestr…
mhightower83 40c6e95
Merge branch 'pr3' of github.com:mhightower83/Arduino into pr3
mhightower83 472b1b4
Added requested comment and missing comment for UMM_CRITICAL_PERIOD_A…
mhightower83 c32d96e
Merge pull request #1 from esp8266/master
mhightower83 1de2ec4
Updated comments and update xt_rsil()
mhightower83 28c823f
Merge branch 'pr3' of github.com:mhightower83/Arduino into pr3
mhightower83 5e8927e
Merge branch 'master' into pr3
earlephilhower 08cc09e
Moved xt_rsil&co (pulled in __STRINGIFY) definitions out of
mhightower83 2d39911
Added "#ifndef CORE_MOCK" around conflicted area.
mhightower83 c858f5c
Merge branch 'master' into pr3
earlephilhower 72d5d78
Merge branch 'master' into pr3
d-a-v 9d35f34
Moved performance measurment and ESP specific definitions to
mhightower83 9b69df9
Merge branch 'pr3' of github.com:mhightower83/Arduino into pr3
mhightower83 e69676c
Commented out umm analyze. Delay CRITICAL_SECTION_EXIT() in
mhightower83 ed49b3c
Missed file change. This commit has: Delay CRITICAL_SECTION_EXIT() in
mhightower83 a937f1e
2nd Path. Removed early release of critical section around memmove
mhightower83 909c6b9
improved variable name
mhightower83 996ac76
Resolved ISR OOM concern with `_umm_realloc()`
mhightower83 e86e7ca
Resolved ISR OOM concern in _umm_realloc()
mhightower83 b81e87f
Update to keep access to alternate printf in one file.
mhightower83 a41873a
Merge branch 'master' into pr3
earlephilhower 1bf9eb0
Updated to use ISR safe versions of memmove, memcpy, and memset.
mhightower83 5854e29
Merge branch 'master' into pr3
earlephilhower 5d1a95f
Update umm_malloc.cpp
devyte 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
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.