Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ tt_free(3) — Digital UNIX 4.0d

Media Vault

Software Library

Restoration Projects

Artifacts Sought

tt_free(3)  —  Subroutines

CDE

NAME

tt_free − free storage from the ToolTalk API allocation stack

SYNOPSIS

#include <Tt/tt_c.h> void tt_free(caddr_t p);

DESCRIPTION

The tt_free function frees storage from the ToolTalk API allocation stack. 

The p argument is the address of the storage in the ToolTalk API allocation stack to be freed. 

RETURN VALUE

The tt_free function returns no value. 

APPLICATION USAGE

The application should use the tt_free function instead of tt_mark3 and tt_release3 if, for example, the process is in a loop (that is, it obtains strings from the ToolTalk service and processes each in turn). 

SEE ALSO

Tt/tt_c.h5, tt_malloc3, tt_mark3, tt_release3, tt_free3. 

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