malloc package:ghc
Allocate amount * sizeof(tp) bytes on the heap * tp: LlvmType to
reserve room for * amount: The nr of tp's which must be allocated
Allocate and store the given bytes in memory, returning a pointer to
the memory in the remote process.
Malloc some data and return a
RemotePtr to it