#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 , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 16 years ago
Milestone: | 0.5.0 → 0.4.1 |
---|
Note:
See TracTickets
for help on using tickets.
Public domain dlmalloc removed and simple first-fit allocator implemented as of revision 4602.