Package: glib

Function g-malloc

Lambda List

g-malloc (n-bytes)

Arguments

n-bytes -- a g-size type with the number of bytes to allocate

Return Value

A foreign pointer to the allocated memory.

Details

Allocates n-bytes bytes of memory. If n-bytes is 0 the g-malloc function returns a foreign null-pointer.
 

See also

2021-12-10