#746 closed enhancement (fixed)
realloc() optimization.
Reported by: | osv2 | Owned by: | Joel Sherrill |
---|---|---|---|
Priority: | lowest | Milestone: | 2 |
Component: | score | Version: | 4.6 |
Severity: | minor | Keywords: | |
Cc: | bugs@…, osv@… | Blocked By: | |
Blocking: |
Description
Current realloc() implementation neither grows nor shrinks current memory region. It always uses malloc()/free() pair that is very inefficient.
Release:
4.6.99.1
Attachments (3)
Change History (3)
comment:1 Changed on 05/20/05 at 18:15:47 by Joel Sherrill
Status: | assigned → closed |
---|
comment:2 Changed on 05/23/05 at 16:56:28 by osv2
Changed on 12/03/06 at 13:31:13 by osv2
Attachment: | rtems-20050514-realloc.patch.gz added |
---|
rtems-20050514-realloc.patch.gz
Note: See
TracTickets for help on using
tickets.
From: Sergei Organov <osv@…>
To: joel@…
Cc: bugs@…
Subject: Re: RTEMS Re: rtems/746
Date: 23 May 2005 12:56:28 +0400