[RTEMS Project] #4243: rtems_cache_coherent_allocate fallback is to return heap memory
RTEMS trac
trac at rtems.org
Tue Nov 29 23:40:41 UTC 2022
#4243: rtems_cache_coherent_allocate fallback is to return heap memory
-------------------------+---------------------
Reporter: Chris Johns | Owner: (none)
Type: defect | Status: new
Priority: normal | Milestone: 7.1
Component: lib | Version: 7
Severity: normal | Resolution:
Keywords: | Blocked By:
Blocking: |
-------------------------+---------------------
Changes (by Chris Johns):
* version: 6 => 7
* milestone: 6.1 => 7.1
Comment:
This interface is still broken and needs to be addressed. The current
default of `malloc` is not good long term. The BSPs that happen to work
will need to change to map `malloc` to the default allocator for cache
coherent memory. A BSP has to make the selection in all cases. The default
is to return `NULL`.
Moving to 7 where the change will be made.
--
Ticket URL: <http://devel.rtems.org/ticket/4243#comment:10>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list