discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re[2]: question about GNUstep memmory consumption


From: Manuel Guesdon
Subject: Re[2]: question about GNUstep memmory consumption
Date: Thu, 2 Nov 2000 23:28:47 +0100 (CET)

On Thu, 02 Nov 2000 19:27:18 +0100 Helge wrote:
 >| I'm not sure how gstep-base maintains extra-retain-counts, but they
 >| might also add overhead (eg if stored in an external hashtable) here.

Most code concerning this is located in NSObject.m.
ExtraRefCount seems to be located at obj[-1] (i.e. at object address - size of 
int*). So extra data are allocated for any object. It may depends on garbage 
collection options,...

Manuel

--








reply via email to

[Prev in Thread] Current Thread [Next in Thread]