Next: , Previous: , Up: Base classes   [Index]


1.109 Memory

Defined in namespace Smalltalk
Superclass: Object
Category: Language-Implementation

I provide access to actual machine addresses of OOPs and objects. I have no instances; you send messages to my class to map between an object and the address of its OOP or object. In addition I provide direct memory access with different C types (ints, chars, OOPs, floats,...).