[Bug 1616] New: Is rtems_heap_allocate_aligned_with_boundary needed?
bugzilla-daemon at rtems.org
bugzilla-daemon at rtems.org
Wed Jul 14 22:46:03 UTC 2010
https://www.rtems.org/bugzilla/show_bug.cgi?id=1616
Summary: Is rtems_heap_allocate_aligned_with_boundary needed?
Product: RTEMS
Version: HEAD
Platform: All
OS/Version: RTEMS
Status: NEW
Severity: normal
Priority: P3
Component: cpukit
AssignedTo: joel.sherrill at oarcorp.com
ReportedBy: joel.sherrill at oarcorp.com
rtems_heap_allocate_aligned_with_boundary() is showing up as unreferenced
by any test. A grep shows it is not referenced at all. And it looks
amazingly like a subset of rtems_memalign.c.
$ grep -r rtems_heap_allocate_aligned_with_boundary .
./ChangeLog: rtems_heap_allocate_aligned_with_boundary().
./libcsupport/include/rtems/malloc.h:void
*rtems_heap_allocate_aligned_with_boundary(
./libcsupport/src/rtems_malloc.c:void
*rtems_heap_allocate_aligned_with_boundary(
Is this routine needed? If not, then we need to remove it.
--
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the bugs
mailing list