Attempts to allocate n_bytes, initialized to 0's, and returns null on failure. Contrast with glib.global.malloc0, which aborts the program on failure.
number of bytes to allocate
the allocated memory, or null
Attempts to allocate n_bytes, initialized to 0's, and returns null on failure. Contrast with glib.global.malloc0, which aborts the program on failure.