Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#74 closed enhancement (fixed)

Reimplement user space memory allocator

Reported by: Martin Decky Owned by:
Priority: major Milestone: 0.4.1
Component: helenos/lib/c Version: mainline
Keywords: Cc:
Blocker for: Depends on:
See also:

Description

Get rid of the public domain dlmalloc memory allocator, which is currently part of libc. Even a very simple first-fit implementation is better than this huge and unrevised source code blob.

Change History (2)

comment:1 by Martin Decky, 15 years ago

Resolution: fixed
Status: newclosed

Public domain dlmalloc removed and simple first-fit allocator implemented as of revision 4602.

comment:2 by Jakub Jermář, 15 years ago

Milestone: 0.5.00.4.1
Note: See TracTickets for help on using tickets.