[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: array - space
- To: MOHAN@USC-ECLC.ARPA, franz-friends@Berkeley
- Subject: Re: array - space
- From: John Foderaro (on a sun) <jkf%ucbmike@Berkeley>
- Date: Tue, 11 Dec 84 01:08:19 GMT
- Cc: mohan@USC-ECLC.ARPA
- In-reply-to: Your message of Mon 10 Dec 84 12:03:06-PST
- Original-date: Mon, 10 Dec 84 17:08:19 pst
One small correction: small-segment space is garbage collected and
reclaimed, but only as individual elements: adjacent free elements are
not combined. Vectors are different: adjacent free vectors are combined
into larger vectors.