This function is similar to glib.global.tryRealloc, allocating (n_blocks * n_block_bytes) bytes, but care is taken to detect possible overflow during multiplication.
previously-allocated memory, or null.
the number of blocks to allocate
the size of each block in bytes
the allocated memory, or null.
This function is similar to glib.global.tryRealloc, allocating (n_blocks * n_block_bytes) bytes, but care is taken to detect possible overflow during multiplication.