NewtonFree

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