[Bug 1650] rtems_partition_return_buffer can be called several times

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Tue Aug 3 15:00:04 UTC 2010


https://www.rtems.org/bugzilla/show_bug.cgi?id=1650

--- Comment #4 from Joel Sherrill <joel.sherrill at oarcorp.com> 2010-08-03 10:00:02 CDT ---
I agree on WONTFIX.  It would change the nature of the object.
Either we would have to track which are allocated (which we don't and would
require more memory allocated) OR we have to do an O(n) search of a list.

It is supposed to be usable from an ISR so O(n) sucks

-- 
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