Difference between revisions of "NewtonAlloc"

From Newton Wiki
Jump to: navigation, search
 
m (1 revision imported)
 
(No difference)

Latest revision as of 08:02, 10 June 2019

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