63 lines
2.2 KiB
Plaintext
63 lines
2.2 KiB
Plaintext
<!-- $XConsortium: release.sgm /main/5 1996/08/30 12:51:20 rws $ -->
|
|
<!-- (c) Copyright 1995 Digital Equipment Corporation. -->
|
|
<!-- (c) Copyright 1995 Hewlett-Packard Company. -->
|
|
<!-- (c) Copyright 1995 International Business Machines Corp. -->
|
|
<!-- (c) Copyright 1995 Sun Microsystems, Inc. -->
|
|
<!-- (c) Copyright 1995 Novell, Inc. -->
|
|
<!-- (c) Copyright 1995 FUJITSU LIMITED. -->
|
|
<!-- (c) Copyright 1995 Hitachi. -->
|
|
|
|
<![ %CDE.C.CDE; [<RefEntry Id="CDEMX.XCDI.MAN222.rsml.1">]]>
|
|
<![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN222.rsml.1">]]>
|
|
<RefMeta>
|
|
<RefEntryTitle>tt_release</RefEntryTitle>
|
|
<ManVolNum>library call</ManVolNum>
|
|
</RefMeta>
|
|
<RefNameDiv>
|
|
<RefName><Function>tt_release</Function></RefName>
|
|
<RefPurpose>free storage allocated on the ToolTalk API allocation stack
|
|
</RefPurpose>
|
|
</RefNameDiv>
|
|
<!-- $XConsortium: release.sgm /main/5 1996/08/30 12:51:20 rws $-->
|
|
<!-- CDE Common Source Format, Version 1.0.0-->
|
|
<!-- (c) Copyright 1993, 1994, 1995 Hewlett-Packard Company-->
|
|
<!-- (c) Copyright 1993, 1994, 1995 International Business Machines Corp.-->
|
|
<!-- (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.-->
|
|
<!-- (c) Copyright 1993, 1994, 1995 Novell, Inc.-->
|
|
<RefSynopsisDiv>
|
|
<FuncSynopsis Remap="ANSI">
|
|
<FuncSynopsisInfo>#include <Tt/tt_c.h>
|
|
</FuncSynopsisInfo>
|
|
<FuncDef>void <Function>tt_release</Function></FuncDef>
|
|
<ParamDef>int <Parameter>mark</Parameter></ParamDef>
|
|
</FuncSynopsis>
|
|
</RefSynopsisDiv>
|
|
<RefSect1>
|
|
<Title>DESCRIPTION</Title>
|
|
<Para>The
|
|
<Function>tt_release</Function> function
|
|
frees all storage allocated on the ToolTalk API allocation stack
|
|
since
|
|
<Emphasis>mark</Emphasis> was returned by
|
|
&cdeman.tt.mark;.</Para>
|
|
<Para>The
|
|
<Emphasis>mark</Emphasis> argument is an
|
|
integer that marks the application's storage position in the ToolTalk API
|
|
allocation stack.
|
|
</Para>
|
|
</RefSect1>
|
|
<RefSect1>
|
|
<Title>APPLICATION USAGE</Title>
|
|
<Para>This function frees all storage allocated since the
|
|
&cdeman.tt.mark; call that returned
|
|
<Emphasis>mark</Emphasis> and is typically called at the end of a procedure to release all
|
|
storage allocated within the procedure.
|
|
</Para>
|
|
</RefSect1>
|
|
<RefSect1>
|
|
<Title>SEE ALSO</Title>
|
|
<Para>&cdeman.Tt.tt.c.h;, &cdeman.tt.mark;.</Para>
|
|
</RefSect1>
|
|
</RefEntry>
|
|
<!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:18:47-->
|