NewtonAlloc

From Newton Wiki
Jump to: navigation, search

NewtonAlloc

void* NewtonAlloc (int sizeInBytes)

Usage

Calls and allocates memory via newton's memory manager

Parameters

  • int sizeInBytes

Return

  • pointer to data

Remarks

This is utility function that is not ordinarily needed.

See also

NewtonFree