View Issue Details

IDProjectCategoryView StatusLast Update
0033718Open CASCADEOCCT:Codingpublic2024-05-21 20:53
Reporterdpasukhi Assigned Tohossamali  
PrioritynormalSeverityminor 
Status newResolutionopen 
Target Version7.9.0 
Summary0033718: Coding - Refactoring default memory operations
DescriptionA part of OCCT functionality used "malloc" "calloc" "free" "new" "delete"
Needs to avoid that operations (excluding new for Handle, that have overrides operator new)

Needs to use: TCollection_Array, std::shared_ptr that allocated with opencascade::make_shared or std:unique_ptr with opencascade::make_unique or just local array.

The issue can be spitted for general modules or done on one ticket.
The first step - find any operation and sort them to clarify amount of cases.
TagsNo tags attached.
Test case number

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2024-05-21 20:53 dpasukhi New Issue
2024-05-21 20:53 dpasukhi Assigned To => hossamali