This function is similar to g_realloc(), allocating (@n_blocks * @n_block_bytes) bytes, but care is taken to detect possible overflow during multiplication.
the memory to reallocate
the number of blocks to allocate
the size of each block in bytes
Return: the new address of the allocated memory
2.24
See Implementation
This function is similar to g_realloc(), allocating (@n_blocks * @n_block_bytes) bytes, but care is taken to detect possible overflow during multiplication.