TempAlloc.frameFree - multiple declarations

Function TempAlloc.frameFree

Frees all memory allocated by TempAlloc since the last call to frameInit().

static void frameFree ();

Function TempAlloc.frameFree

Same as frameFree() but uses stateCopy cached on stack by caller to avoid a thread-local storage lookup. Strictly a speed hack.

static void frameFree (
  scid.core.memory.TempAlloc.State stateCopy
);