Next:
CObject class-primitive allocation
, Previous:
CObject class-conversion
, Up:
CObject
1.35.2 CObject class: instance creation
address: anInteger
Answer a new object pointing to the passed address, anInteger
alloc: nBytes
Allocate nBytes bytes and return an instance of the receiver
gcAlloc: nBytes
Allocate nBytes bytes and return an instance of the receiver
gcNew: nBytes
Allocate nBytes bytes and return an instance of the receiver
new
Answer a new object pointing to NULL.
new: nBytes
Allocate nBytes bytes and return an instance of the receiver