Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ tt_release(3) — Tru64 UNIX 5.1b

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

tt_c.h(5)

tt_mark(3)

tt_release(3)  —  Subroutines

CDE

NAME

tt_release − free storage allocated on the ToolTalk API allocation stack

SYNOPSIS

#include <tt_c.h>
void tt_release(int mark);

DESCRIPTION

The tt_release function frees all storage allocated on the ToolTalk API allocation stack since mark was returned by tt_mark(3). 

The mark argument is an integer that marks the application’s storage position in the ToolTalk API allocation stack. 

APPLICATION USAGE

This function frees all storage allocated since the tt_mark(3) call that returned mark and is typically called at the end of a procedure to release all storage allocated within the procedure. 

SEE ALSO

tt_c.h(5), tt_mark(3)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026