Ticket #32 (closed defect: wontfix)

Opened 14 months ago

Last modified 7 months ago

Make TLSF smarter about handling out of memory conditions.

Reported by: dave Owned by: dave
Priority: major Milestone: NxOS 0.2
Component: baseplate Version:
Keywords: Cc:

Description

TLSF currently behaves like the Posix malloc, forcing the user to check for NULL each time. Think about ways to fix this in TLSF, so that tasks can assume allocation was successful, and/or install an out-of-memory handler for emergency conditions.

Change History

Changed 7 months ago by dave

  • status changed from new to closed
  • resolution set to wontfix

The allocator needs reimplementation to be understandable before we can start messing with it.

Note: See TracTickets for help on using tickets.