NewtonAlloc

From Newton Wiki
Revision as of 08:02, 10 June 2019 by WikiSysop (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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