-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Heap: Improve debug caller address reporting #8720
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
mhightower83
wants to merge
41
commits into
esp8266:master
Choose a base branch
from
mhightower83:pr-heap-refactor3
base: master
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 1 commit
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
4ec3c81
Lite refactoring and expanded comments
mhightower83 6088147
Improve caller address reporting to indicate address in
mhightower83 a716193
missed items
mhightower83 1102256
improve comments
mhightower83 6dfd46a
Merge branch 'master' into pr-heap-refactor3
mhightower83 8b3bb1f
Merge branch 'master' into pr-heap-refactor3
mhightower83 ea9befa
Finish merge cleanuo
mhightower83 3dd08be
requested changes
mhightower83 45f1c3b
Added missing DRAM fallback to pvPortCallocIram, pvPortZallocIram, and
mhightower83 57eb2b3
Add nothrow to aliases
mhightower83 c2590a7
Merge branch 'master' into pr-heap-refactor3
mhightower83 0619034
Merge branch 'pr-heap-refactor3' of github.com:mhightower83/Arduino i…
mhightower83 19da675
Merge branch 'master' into pr-heap-refactor3
mhightower83 af7b962
Merge branch 'pr-heap-refactor3' of github.com:mhightower83/Arduino i…
mhightower83 9423c8e
Merge branch 'master' into pr-heap-refactor3
mhightower83 471f838
Merge branch 'pr-heap-refactor3' of github.com:mhightower83/Arduino i…
mhightower83 d829540
Merge branch 'master' into pr-heap-refactor3
mhightower83 4c96365
Merge branch 'pr-heap-refactor3' of github.com:mhightower83/Arduino i…
mhightower83 840e55a
Merge branch 'master' into pr-heap-refactor3
mhightower83 95c7e2c
Merge branch 'master' into pr-heap-refactor3
mhightower83 0ce295e
Merge branch 'master' into pr-heap-refactor3
mhightower83 4717dcf
Use the same format for printing caller, file, line details
mhightower83 b083043
refactored print_loc()
mhightower83 ecc1b14
Merge branch 'master' into pr-heap-refactor3
mhightower83 a0044d6
Merge branch 'master' into pr-heap-refactor3
mhightower83 01b238a
Merge branch 'master' into pr-heap-refactor3
mhightower83 b5aa1de
removed unused variable from umm_local.c
mhightower83 1c99daf
Merge branch 'master' into pr-heap-refactor3
mhightower83 2bbadca
Merge branch 'master' into pr-heap-refactor3
mhightower83 49b48fb
Requested changes
mhightower83 3786ce6
Added missing "new" operators
mhightower83 b9a0e55
Added missing delete array operators
8000
mhightower83 a5f6d7d
malloc align build cleanup - fully builds
mhightower83 54b034b
Correct possition of UMM_ENABLE_MEMALIGN handling in umm_malloc/umm_m…
mhightower83 e948329
remove static_assert checks on alignment
mhightower83 5653249
Updated changes to match upstream style using uncrustify.
mhightower83 d303d01
update comments
mhightower83 01a89fd
Added test Sketch for "new" and "delete" operators
mhightower83 0574c1a
Oops, remove external debug libary from example.
mhightower83 31217f6
Improved build coverage of DEV_DEBUG_ABI_CPP option and operator dele…
mhightower83 ecc7eed
Changed printf format from %S => %s
mhightower83 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
Next
Next commit
Lite refactoring and expanded comments
lite refactoring of DEBUG_ESP_OOM printing Overall refactoring to make easier to follow. Added ABI changes includes atomic save of OOM debug info Added debug support for C++ "delete" operator Avoid identifying the wrapper code as the source of the Heap call. Each outer wrapper passes the caller's address down to the next level. Improves "caller" address reporting for OOM and Poison events. Previously, some OOM and Poison events reported info pointing to the thick heap wrapper rather than back to the caller. Update abi.cpp, heap.cpp and umm_local.c (umm_poison) to support caller parameter.
- Loading branch information
commit 4ec3c81fc349efd03fa512ce0c07d27988cb55fc
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
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.