-
Notifications
You must be signed in to change notification settings - Fork 75
lib/memory - Define component requirements #2413
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
base: main
Are you sure you want to change the base?
lib/memory - Define component requirements #2413
Conversation
|
The created documentation from the pull request is available at: docu-html |
| :id: feat_req__baselibs__memory_library | ||
| :reqtype: Functional | ||
| :security: YES | ||
| :safety: QM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be ASIL_B
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done.
| :satisfies: feat_req__baselibs__core_utilities, feat_req__baselibs__memory_library, feat_req__baselibs__safety | ||
| :status: valid | ||
|
|
||
| The Memory library shall provide polymorphic memory resource allocators for controlled and deterministic memory allocation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This requirement is quite generic. I think it should elaborate on what kind of polymorphic allocators are required (and why std versions are not applicable). See https://github.com/eclipse-score/baselibs/tree/main/score/memory/design/shared_memory#polymorphic-offsetptr-allocator
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done.
273930a to
4ed1dab
Compare
Component Requirement of Memory Lib
Fixes #2417