Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

#3477 assigned enhancement

IMFS - Add configurable allocator support

Reported by: Joel Sherrill Owned by: Joel Sherrill
Priority: normal Milestone: Indefinite
Component: fs Version:
Severity: normal Keywords: soc, api, small
Cc: Blocked By:
Blocking:

Description (last modified by Joel Sherrill)

The IMFS currently is hard-coded to use malloc/free. It would be a desirable enhancement to be able to configure the allocator and deallocator. A comparable example of allowing the user to configure a custom allocator and deallocator is the stack memory allocator/deallocator configuration parameters.

Possible Mentors: Joel Sherrill
Skills: C
Difficulty: Medium

Note: For a SoC project, this may be combined with #3476 to make a large project.

Change History (3)

comment:1 Changed on 02/04/22 at 18:49:19 by Gedare Bloom

Keywords: api small added

comment:2 Changed on 02/25/22 at 20:11:10 by Joel Sherrill

Description: modified (diff)
Version: 5

comment:3 Changed on 02/17/24 at 05:11:11 by Gedare Bloom

Owner: set to Joel Sherrill
Status: newassigned
Note: See TracTickets for help on using tickets.