gflMemoryAlloc

GFL SDK

gflMemoryAlloc

The gflMemoryAlloc function allocates memory.

void * gflMemoryAlloc(
  GFL_UINT32 size
);

Parameters

    size
    Size wanted.

Return value

    The function returns NULL if an error occurs.

See also