Class: Header

Inherits:
Object show all
Defined in:
lib/rlang/lib/malloc.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ptrObject

Returns the value of attribute ptr.



39
40
41
# File 'lib/rlang/lib/malloc.rb', line 39

def ptr
  @ptr
end

#sizeObject

Returns the value of attribute size.



39
40
41
# File 'lib/rlang/lib/malloc.rb', line 39

def size
  @size
end