lwIP - A Lightweight TCP/IP stack - Bugs: bug #62693, ram_heap in src/core/mem.c can be...
You are not allowed to post comments on this tracker with your current authentication level.
bug #62693: ram_heap in src/core/mem.c can be declared static
Submitter: | Florian La Roche <flaroche> | ||
Submitted: | Fri 01 Jul 2022 08:13:15 AM UTC | ||
Category: | None | Severity: | 3 - Normal |
Item Group: | Change Request | Status: | None |
Privacy: | Public | Assigned to: | None |
Open/Closed: | Open | Planned Release: | None |
lwIP version: | git head |
Tue 23 Aug 2022 03:18:13 AM UTC, comment #1: |
wuchangsheng <wuchangsheng> |
Fri 01 Jul 2022 08:13:15 AM UTC, original submission:
The variable ram_heap in src/core/mem.c can be declared static.
|
Florian La Roche <flaroche> |
Attached Files
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2022-07-01 | flaroche | Attached File | - | ![]() |
Added lwip-mem.patch, #53386 |
ram_heap is defined using LWIP_DECLARE_MEMORY_ALIGNED macro, which is a common and unified definition. static needs to be defined separately. Is there any problem with this definition