Sebastian Huber commented: https://gitlab.rtems.org/rtems/rtos/rtems/-/work_items/5620#note_153854 I am interested to get the first-fit heap allocator replaced with a Two-Level Segregated Fit allocator. Is there a project overview available? Allocators usually don't implement the boundary condition. I added this some time ago for the libbsd, however, in hindsight this was a mistake. I would remove this feature from the first-fit heap implementation. The boundary allocation can fall back to an alignment of `MAX(alignment, boundary)`. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/work_items/5620#note_153854 You're receiving this email because of your account on gitlab.rtems.org. Unsubscribe from this thread: https://gitlab.rtems.org/-/sent_notifications/4-5x8p6iwzdzmwssgp1kna9b9lf-1d/unsubscribe | Manage all notifications: https://gitlab.rtems.org/-/profile/notifications | Help: https://gitlab.rtems.org/help
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
