Query: tt_free
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
tt_free(library call) tt_free(library call)NAMEtt_free -- free storage from the ToolTalk API allocation stackSYNOPSIS#include <Tt/tt_c.h> void tt_free( caddr_t p);DESCRIPTIONThe 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 VALUEThe tt_free function returns no value.APPLICATION USAGEThe application should use the tt_free function instead of tt_mark(3) and tt_release(3) if, for example, the process is in a loop (that is, it obtains strings from the ToolTalk service and processes each in turn).SEE ALSOTt/tt_c.h - Tttt_c(5), tt_malloc(3), tt_mark(3), tt_release(3), tt_free(3). tt_free(library call)
Related Man Pages |
---|
tt_message_id(3) - hpux |
tt_message_object(3) - hpux |
tt_message_receive(3) - hpux |
tt_message_sender_ptype(3) - hpux |
tt_spec_create(3) - hpux |
Similar Topics in the Unix Linux Community |
---|
How to extract every repeated string between two specific string? |
Thank you members and admins |
Seeking Alternative for diff in hp |
Tar Command |
Shopt -s histappend |