append_memory


Description:

public void append_memory (owned Memory mem)

Appends 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 -1. See insert_memory for more details.

Parameters:

this

a Buffer.

mem

a Memory.