Next: , Previous: , Up: CObject   [Index]


1.36.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