User story #133
MARTe-EX-D-1.4.1: The framework shall offer portable memory management functions (malloc, realloc, free, compare and move) to developers.
0%
Description
See #152
Implement requirement MARTe-EX-D-1.4.1 based on the original MARTe implementation
Note: Given that the framework is expected to be deployed and portable to very embedded systems it was decided not to assume that the stdlib malloc and free might be available everywhere.
Source code files modified¶
- Source/Core/L0Portability/Memory.cpp
- Source/Core/L0Portability/Memory.h
- Source/Core/L0Portability/MemoryStatistics.h
- Source/Core/L0Portability/OperatingSystem/Linux/GeneralDefinitionsOS.h
- Source/Core/L0Portability/OperatingSystem/Linux/MemoryOS.h
- Source/Core/L0Portability/OperatingSystem/Windows/GeneralDefinitionsOS.h
- Source/Core/L0Portability/OperatingSystem/Windows/MemoryOS.h
Architecture & design review¶
Date of the review: 12/06/2015
Person who did the review: André Neto
Version of architecture & design document: N/A. As per the original MARTe implementation, this is a support function and does not require formal design in UML.
Result of review: N/A
List of non-conformities: N/A
Code and documentation review¶
Date of the review: 01/07/2015
Person who did the review: Ivan Herrero
Result of review: PASS
List of non-conformities: N/A
Associated revisions
Added internal semaphore to the memory database.
#133
Fixed warnings.
#133
Fixed issues accordingly with revision.
#133
Fixed MemoryStatistics support.
#133
Added MemoryIntegration tests
#133
Add null check in MemoryStringDup
#133
Minor changes in Memory tests.
#133
History
#1 Updated by Riccardo Vitelli almost 10 years ago
- Target version changed from Backlog to 0.1
- Start date deleted (
29.05.2015) - Estimated time set to 4.00 h
#2 Updated by Riccardo Vitelli almost 10 years ago
- Status changed from New to Arch: Rev
#3 Updated by Riccardo Vitelli almost 10 years ago
- Assignee set to André Neto
#4 Updated by André Neto almost 10 years ago
- Description updated (diff)
#5 Updated by Giuseppe Ferro almost 10 years ago
- Status changed from Arch: Rev to Code: Impl
#6 Updated by Giuseppe Ferro almost 10 years ago
- Assignee changed from André Neto to Giuseppe Ferro
#7 Updated by Giuseppe Ferro almost 10 years ago
- Status changed from Code: Impl to Code: Rev
#8 Updated by Giuseppe Ferro almost 10 years ago
- Status changed from Code: Rev to Code: Impl
#9 Updated by Riccardo Vitelli almost 10 years ago
- Status changed from Code: Impl to Code: Rev
#10 Updated by Riccardo Vitelli almost 10 years ago
- Assignee changed from Giuseppe Ferro to Ivan Herrero
#11 Updated by Ivan Herrero almost 10 years ago
- Description updated (diff)
- Assignee deleted (
Ivan Herrero)
Code and documentation review made. Code and documentation corrections pending.
#12 Updated by Ivan Herrero almost 10 years ago
- Description updated (diff)
Added new review to Memory.cpp (rule violations detected).
#13 Updated by André Neto almost 10 years ago
- Status changed from Code: Rev to Code: Impl
#14 Updated by André Neto almost 10 years ago
- Assignee set to Giuseppe Ferro
#15 Updated by Riccardo Vitelli almost 10 years ago
- Status changed from Code: Impl to Code: Rev
#16 Updated by Riccardo Vitelli almost 10 years ago
- Assignee deleted (
Giuseppe Ferro)
#17 Updated by Ivan Herrero almost 10 years ago
- Description updated (diff)
Source/Core/L0Portability/Memory.cpp correction not finished, caused by MISRA violations (discuss with AN and RV if we delay its correction after the first FlexeLint execution).
#18 Updated by Ivan Herrero almost 10 years ago
- Status changed from Code: Rev to Code: Impl
#19 Updated by Giuseppe Ferro almost 10 years ago
- Assignee set to Giuseppe Ferro
#20 Updated by Riccardo Vitelli almost 10 years ago
- Status changed from Code: Impl to Code: Rev
#21 Updated by Riccardo Vitelli almost 10 years ago
- Assignee deleted (
Giuseppe Ferro)
#22 Updated by Ivan Herrero almost 10 years ago
- Description updated (diff)
- Assignee set to Ivan Herrero
Code and documentation review made on revision 8e15315 [PASS].
Violation of rule 5-2-4 on lines 82, 122, 133, 166, 229 of Source/Core/L0Portability/Memory.cpp ignored (delayed until full Flexelint analysis).
#23 Updated by Riccardo Vitelli almost 10 years ago
- Status changed from Code: Rev to Unit: Impl
#24 Updated by Riccardo Vitelli almost 10 years ago
- Assignee deleted (
Ivan Herrero)
#25 Updated by Riccardo Vitelli almost 10 years ago
- Target version changed from 0.1 to 0.2
#26 Updated by Giuseppe Ferro over 9 years ago
- Assignee set to Giuseppe Ferro
#27 Updated by Giuseppe Ferro over 9 years ago
- Assignee deleted (
Giuseppe Ferro)
Unit Tests implementation done. #39cf53f
#28 Updated by Giuseppe Ferro over 9 years ago
- Status changed from Unit: Impl to Unit: Rev
#29 Updated by Riccardo Vitelli over 9 years ago
- Description updated (diff)
#30 Updated by Riccardo Vitelli over 9 years ago
- Status changed from Unit: Rev to Closed
Added Memory implementation.
#133