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