Query: tt_malloc
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
tt_malloc(library call) tt_malloc(library call)NAMEtt_malloc -- allocate storage on the ToolTalk API allocation stackSYNOPSIS#include <Tt/tt_c.h> caddr_t tt_malloc( size_t s);DESCRIPTIONThe tt_malloc function allocates storage on the ToolTalk API allocation stack. The s argument is the amount of storage to be allocated in bytes.RETURN VALUEUpon successful completion, the tt_malloc function returns the address of the storage in the ToolTalk API allocation stack that is to be allocated. If NULL is returned, no storage is available.APPLICATION USAGEThis function allows the application-provided callback routines to take advantage of the allocation stack; for example, a query filter function can allocate storage to accumulate a result.SEE ALSOTt/tt_c.h - Tttt_c(5), tt_free(3). tt_malloc(library call)
Related Man Pages |
---|
tt_message_arg_xval(3) - hpux |
tt_message_context_xval(3) - hpux |
tt_message_op(3) - hpux |
tt_spec_move(3) - hpux |
tt_spec_type(3) - hpux |
Similar Topics in the Unix Linux Community |
---|
PHP Man Pages Now Available (Over 10,000) |
Is UNIX an open source OS ? |
SAN Migration question |
Sequence extraction |
Seeking Alternative for diff in hp |