mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
gc improvements
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28192 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
565c79f59d
commit
669d22f6d9
6 changed files with 486 additions and 476 deletions
|
@ -165,7 +165,7 @@ typedef union {
|
|||
unsigned int _count;
|
||||
struct {
|
||||
unsigned int wide: 1; // 16-bit characters in string?
|
||||
unsigned int free: 1; // Set if the instance owns the
|
||||
unsigned int owned: 1; // Set if the instance owns the
|
||||
// _contents buffer
|
||||
unsigned int unused: 2;
|
||||
unsigned int hash: 28;
|
||||
|
@ -186,12 +186,12 @@ typedef union {
|
|||
unsigned int _count;
|
||||
struct {
|
||||
unsigned int wide: 1;
|
||||
unsigned int free: 1;
|
||||
unsigned int owned: 1;
|
||||
unsigned int unused: 2;
|
||||
unsigned int hash: 28;
|
||||
} _flags;
|
||||
NSZone *_zone;
|
||||
unsigned int _capacity;
|
||||
NSZone *_zone;
|
||||
}
|
||||
@end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue