Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
bl_sam_buf..._alignment(3) Library Functions Manual bl_sam_buf..._alignment(3)

NAME
       bl_sam_buff_free_alignment() - Free an alignment	in a SAM buffer

LIBRARY
       #include	<biolibc/sam-buff.h>
       -lbiolibc -lxtend

SYNOPSIS
       void    bl_sam_buff_free_alignment(bl_sam_buff_t	*sam_buff, size_t c)

ARGUMENTS
       sam_buff	   Pointer to the bl_sam_buff_t	structure holding alignments
       c	   Index of the	alignment to be	freed (0-based)

DESCRIPTION
       Free  an	element	of the SAM alignment array by first freeing all	memory
       allocated by the	bl_sam_t structure and then freeing  memory  allocated
       for the structure itself.

SEE ALSO
       bl_sam_buff_init(3), bl_sam_buff_add_alignment(3)

						    bl_sam_buf..._alignment(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=bl_sam_buff_free_alignment&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help