tlds
Transactional Operations for Linked Data Structures
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
segments.c File Reference
#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include "gene.h"
#include "random.h"
#include "segments.h"
#include "utility.h"
#include "vector.h"
Include dependency graph for segments.c:

Functions

segments_tsegments_alloc (long length, long minNum)
 
void segments_create (segments_t *segmentsPtr, gene_t *genePtr, random_t *randomPtr)
 
void segments_free (segments_t *segmentsPtr)
 

Function Documentation

segments_t* segments_alloc ( long  length,
long  minNum 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void segments_create ( segments_t segmentsPtr,
gene_t genePtr,
random_t randomPtr 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void segments_free ( segments_t segmentsPtr)

Here is the call graph for this function:

Here is the caller graph for this function: