buf.reserve
Memory reservation. The method increases the size of memory allocated for the object.
method buf buf.reserve (
uint size
)
uint size
)
Parameters
size | The summary requested size of memory. If it is less than the current size, nothing happens. If the size is increased, the current data is saved. |
Return value
Returns the object which method has been called.
Related links | Source |