Function
GLibaligned_alloc0
since: 2.72
Declaration [src]
gpointer
g_aligned_alloc0 (
gsize n_blocks,
gsize n_block_bytes,
gsize alignment
)
Description [src]
This function is similar to g_aligned_alloc(), but it will also clear the allocated memory before returning it.
Available since: 2.72