prepend_memory
Description:
Prepends the memory block mem
to this.
This function takes ownership of mem
and thus doesn't increase its refcount.
This function is identical to insert_memory with an index of 0. See insert_memory for more details.
Parameters:
this |
a Buffer. |
mem |
a Memory. |