[#996] Refactor BumpAllocators#1582
Open
dkroenke wants to merge 9 commits intoeclipse-iceoryx:mainfrom
Open
Conversation
iceoryx2-bb-elementary
…emory to iceoryx2-bb-elementary
…rom_mut to iceoryx2-bb-elementary-traits
…k-free to new BumpAllocator Interface
shm_bump_allocator
11 tasks
…es in iceoryx2-bb-elementary
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1582 +/- ##
==========================================
- Coverage 77.70% 77.51% -0.19%
==========================================
Files 419 419
Lines 40310 39871 -439
Branches 1306 1302 -4
==========================================
- Hits 31321 30905 -416
+ Misses 7924 7905 -19
+ Partials 1065 1061 -4
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
…ckage_version test
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Notes for Reviewer
core::ptr::NonNullto make use of safe functionsfrom_ref()andfrom_mutand use it in the API Adaptions for theBumpAllocatorbump_allocatormodule in iceoryx2-cal toshm_bump_allocatorto better distinguish it from the existing bump_allocator module.Pre-Review Checklist for the PR Author
Convert to draft)iox2-123-introduce-posix-ipc-example)[#123] Add posix ipc example)PR Reviewer Reminders
References
Closes #996