Function
GLibmalloc0_n
since: 2.24
Declaration [src]
gpointer
g_malloc0_n (
gsize n_blocks,
gsize n_block_bytes
)
Description [src]
This function is similar to g_malloc0(), allocating (n_blocks
* n_block_bytes
) bytes,
but care is taken to detect possible overflow during multiplication.
If the allocation fails (because the system is out of memory), the program is terminated.
Available since: 2.24