NewtonFree

From Newton Wiki
Jump to: navigation, search

NewtonFree

void NewtonFree (void* const ptr)

Usage

Calls and frees memory via newton's memory manager

Parameters

  • void* const ptr

Return

  • (Procedure)

Remarks

This is utility function that is not ordinarily needed.

See also

NewtonAlloc