tlds
Transactional Operations for Linked Data Structures
|
#include <assert.h>
#include <stdlib.h>
#include "gene.h"
#include "nucleotide.h"
#include "random.h"
#include "tm.h"
Functions | |
gene_t * | gene_alloc (long length) |
void | gene_create (gene_t *genePtr, random_t *randomPtr) |
void | gene_free (gene_t *genePtr) |
gene_t* gene_alloc | ( | long | length | ) |
void gene_free | ( | gene_t * | genePtr | ) |