Function Memory.grow

Grows this block of memory by the given amount of pages.

bool grow (
  uint deltaPages
);

Returns

Whether this block of memory was successfully grown. Use the Handle.lastError property to get more details of the error, if any.