FLAM Issue Tracker - CLE/P | |||||||||||
View Issue Details | |||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||
0000414 | CLE/P | 2. CLP | public | 2014-04-28 12:11 | 2017-01-26 12:33 | ||||||
Reporter | Falk Reichbott | ||||||||||
Assigned To | Falk Reichbott | ||||||||||
Priority | normal | Severity | feature | Reproducibility | N/A | ||||||
Status | resolved | Resolution | fixed | ||||||||
Platform | General | OS | General | OS Version | General | ||||||
Product Version | 1.1 | ||||||||||
Target Version | 1.3 | Fixed in Version | 1.3 | ||||||||
Summary | 0000414: Support of dynamic length strings and arrays | ||||||||||
Description | Add a flag or support new data types to make a string or array dynamic. Means the memory will be dynamic allocated by CLP in the required length to support longer file names, URLs or arrays without any static limitations. This feature will significant reduce the memory usage for CLP structures. | ||||||||||
Steps To Reproduce | |||||||||||
Additional Information | First design are: - a new flag to allocate data types dynamic - a new chain for each dynamic allocated data block - this chain will be used to free all dynamic allocated data block in the close opartion of CLP - if the FLAG are set, the data type will be a pointer to the original type. - The new flag will be used for strings and arrays, but not for scalar data types | ||||||||||
Tags | No tags attached. | ||||||||||
Relationships |
| ||||||||||
Attached Files | |||||||||||
Issue History | |||||||||||
Date Modified | Username | Field | Change | ||||||||
2014-04-28 12:11 | Falk Reichbott | New Issue | |||||||||
2014-04-28 12:11 | Falk Reichbott | Status | new => assigned | ||||||||
2014-04-28 12:11 | Falk Reichbott | Assigned To | => Falk Reichbott | ||||||||
2014-04-28 12:15 | Falk Reichbott | Relationship added | related to 0000415 | ||||||||
2016-12-16 08:58 | Falk Reichbott | Target Version | 1.2 => 1.3 | ||||||||
2016-12-16 08:58 | Falk Reichbott | Description Updated | bug_revision_view_page.php?rev_id=323#r323 | ||||||||
2017-01-26 12:33 | Falk Reichbott | Note Added: 0001079 | |||||||||
2017-01-26 12:33 | Falk Reichbott | Status | assigned => resolved | ||||||||
2017-01-26 12:33 | Falk Reichbott | Fixed in Version | => 1.3 | ||||||||
2017-01-26 12:33 | Falk Reichbott | Resolution | open => fixed |
Notes | |||||
|
|||||
|
|