SYNOPSIS

void *MGOxmalloc (int size)

DESCRIPTION

The MGOxmalloc() allocates size bytes of dynamic memory and initializes it to NULL.

RETURN VALUE

Returns a pointer to the allocated memory upon success, or NULL if the request fails.

SEE ALSO

MGOxfree(), MGOxrealloc()