TypeScript API Documentation for GLIB
API Version: 2.0
Library Version: 2.86.4
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Since 2.8
Attempts to allocate n_bytes, initialized to 0's, and returns null on failure. Contrast with g_malloc0(), which aborts the program on failure.
n_bytes
null
g_malloc0()
number of bytes to allocate
the allocated memory, or null
2.8
Attempts to allocate
n_bytes, initialized to 0's, and returnsnullon failure. Contrast withg_malloc0(), which aborts the program on failure.