pub fn stable_grow(new_pages: u32) -> Result<u32, StableMemoryError>
Expand description

Attempts to grow the stable memory by new_pages (added pages).

Returns an error if it wasn’t possible. Otherwise, returns the previous size that was reserved.

Note: Pages are 64KiB in WASM.