Fiddle::Pointer.malloc(size, freefunc = nil) => fiddle pointer instance
Class Public methods
Allocate size
bytes of memory and associate it with an
optional freefunc
that will be called when the pointer is
garbage collected.
freefunc
must be an address pointing to a function or an
instance of Fiddle::Function
Please login to continue.