Query: read_allocate
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
read_allocate(3) Staden Package read_allocate(3)NAMEread_allocate, read_deallocate - Allocate and deallocate the Read structure.SYNOPSIS#include <Read.h> Read *read_allocate( int num_points, int num_bases); void read_deallocate( Read *read);DESCRIPTIONThese functions create and destroy Read structures. The Read structure is a generalised in-memory data structure used for holding trace data information. read_allocate() creates a Read structure large enough to hold num_points trace sample points and num_bases called bases. The allocated data is then initialised to appropriate defaults, which are mainly zeros and null pointers. read_deallocate() destroys a previously created Read structure. It is not sufficient to simply use the free() call instead.RETURN VALUESOn successful completion, the read_allocate() function returns a pointer to a Read structure. Otherwise this function returns a null pointer. The read_deallocate() function returns no value.SEE ALSOread_reading(3), fread_reading(3), write_reading(3), fwrite_reading(3) read_allocate(3)
| Related Man Pages |
|---|
| read2scf(3) - debian |
| read_deallocate(3) - debian |
| read_reading(3) - debian |
| read_scf(3) - debian |
| kmem(7) - hpux |
| Similar Topics in the Unix Linux Community |
|---|
| Read from data file |
| Read file and change a 0 to a 1 in output |
| Read from one file-Replace a pattern in another with the current one |
| Read File and check records for length |
| Read from last point |