IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 20 years ago

Closed 20 years ago

#804 closed defect (invalid)

Memory blocks between 32769 and 65536 are not freed correctly

Reported by: rhl@… Owned by: rhl@…
Priority: high Milestone:
Component: sys Version: unspecified
Severity: normal Keywords:
Cc:

Description

The psAlloc mechanism handles mem blocks with between 32769 and 65536 bytes incorrectly;
they are freshly allocated using malloc, but returned to the recycle list in the 32768 bucket.

I have a fix which I'll check in after consultation.

Change History (3)

comment:1 by Paul Price, 20 years ago

Cc: price@… added
Owner: changed from David.Robbins@… to robert.desonia@…

comment:2 by robert.desonia@…, 20 years ago

Owner: changed from robert.desonia@… to rhl@…

By all means, check in the fix if you haven't already.

-rdd

comment:3 by Paul Price, 20 years ago

Resolution: invalid
Status: newclosed

The recycle list has been #define-ed out of the psMemory system.

Note: See TracTickets for help on using tickets.